ocnference fixes

remotes/origin/stage6
ya_dim4ik 9 years ago
parent cef8eaf4c7
commit 60a783d64e
  1. 51
      static/client/css/main.css
  2. 2
      static/client/css_min/main.min.css
  3. 54
      templates/client/includes/conference/conference_partner.html

@ -13691,7 +13691,7 @@ blockquote{
-ms-transform: none;
-o-transform: none;
transform: none;
background: rgba(0,0,0,.5);
background: rgba(0,0,0,0);
height: 100%;
z-index: 100;
width: 60px;
@ -13700,19 +13700,23 @@ blockquote{
.last_photos_slider .slick-prev:focus,
.last_photos_slider .slick-next:focus{
background: rgba(0,0,0,.5);
background: rgba(0,0,0,0);
}
.last_photos_slider .slick-prev:before{
content: '‹';
font-family: dindisplay_pro, sans-serif;
color: #b7b7b6;
font-size: 80px;
font-weight: 100;
content: '';
display: block;
width: 31px;
height: 62px;
background: url(../img/sprites.png) 0 -63px no-repeat;
position: absolute;
left: 50%;
top: 50%;
margin: -31px 0 0 -15px;
}
.last_photos_slider .slick-prev:hover{
background: rgba(0,0,0,.8);
background: rgba(0,0,0,.3);
}
.last_photos_slider .slick-next{
@ -13723,7 +13727,7 @@ blockquote{
-ms-transform: none;
-o-transform: none;
transform: none;
background: rgba(0,0,0,.5);
background: rgba(0,0,0,0);
height: 100%;
z-index: 100;
width: 60px;
@ -13731,15 +13735,23 @@ blockquote{
}
.last_photos_slider .slick-next:before{
content: '›';
font-family: dindisplay_pro, sans-serif;
color: #b7b7b6;
font-size: 80px;
font-weight: 100;
content: '';
display: block;
width: 31px;
height: 62px;
background: url(../img/sprites.png) 0 -63px no-repeat;
position: absolute;
left: 50%;
top: 50%;
margin: -31px 0 0 -15px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.last_photos_slider .slick-next:hover{
background: rgba(0,0,0,.8);
background: rgba(0,0,0,.3);
}
.conference_about h2{
@ -14164,6 +14176,15 @@ h1 .preview_toggle:hover{
width: 65%;
}
.conference_themes .i-tags a{
font-size: 11px;
}
.conference_themes .i-subj a:hover,
.conference_themes .i-tags a:hover{
text-decoration: underline;
}
.ib-main a + a,
.ib-main .note-wrap,
.ib-main .note-wrap + a,

File diff suppressed because one or more lines are too long

@ -25,10 +25,10 @@
</div>
<div class="i-stats">
{% if event.visitors %}
<span class="visitors" title="{% trans 'Посетители' %}">{{ event.visitors }}</span>
<span class="visitors" title="{% trans 'Посетители' %}">{{ event.visitors }}</span>
{% endif %}
{% if event.members %}
<span class="participants" title="{% trans 'Участники' %}">{{ event.members }}</span>
<span class="participants" title="{% trans 'Участники' %}">{{ event.members }}</span>
{% endif %}
</div>
<div class="i-discount">
@ -88,7 +88,9 @@
{% with event=event user=user %}
{% include 'client/includes/visit_button.html' %}
{% endwith %}
{% include 'client/includes/calendar_button.html' with obj=object %}
<div class="{% if request.user.is_authenticated%}note-wrap{% else %}note-wrap-disabled{% endif %}">
{% with note=object|note_by_user:request.user %}
<a class="button green icon-note {% if note %}active{% endif %} note-button" href="/expo/add-note/{{ obj.url }}/">{% trans 'заметка' %}</a>
@ -99,13 +101,16 @@
</div>
{% endwith %}
</div>
{% if request.user.is_admin %}
<a class="button green " href="/admin/conference/{{ object.url }}/">{% trans 'изменить' %}</a>
<a class="button green " href="/admin/conference/{{ object.url }}/">{% trans 'изменить' %}</a>
{% endif %}
{% if event.photogallery %}
<a class="button blue icon-photo" href="{{ event.get_permanent_url }}photo/">{% trans 'фото' %}</a>
{% endif %}
</div>
<div class="ib-add"><a target="_blank" class="button blue2 icon-find" href="http://www.booking.com/searchresults.html?aid={{ book_aid }}&city={{ object.city.id }}">{% trans 'Найти отель' %}</a></div>
</div>
@ -131,27 +136,30 @@
</div>
</div>
<div class="conference_interested">
{% with object.audience.all as audiences %}
<div class="conference_for">
{% if audiences %}
<h3>{% trans 'Кому будет интересно' %}:</h3>
<ul>
{% for audience in audiences %}
<li>{{ audience.title }}</li>
{% endfor %}
</ul>
{% endif %}
{% with object.audience.all as audiences %}
{% if audiences or object.min_price and object.max_price %}
<div class="conference_interested">
<div class="conference_for">
{% if audiences %}
<h3>{% trans 'Кому будет интересно' %}:</h3>
<ul>
{% for audience in audiences %}
<li>{{ audience.title }}</li>
{% endfor %}
</ul>
{% endif %}
</div>
<div class="confererence_price">
{% if object.min_price and object.max_price %}
<h3>{% trans 'Стоимость участия' %}:</h3>
<div class="conference_price">{{ object.min_price }} - {{ object.max_price }} {{ object.get_currency_html }}</div>
{% endif %}
</div>
</div>
{% endwith %}
<div class="confererence_price">
{% if object.min_price and object.max_price %}
<h3>{% trans 'Стоимость участия' %}:</h3>
<div class="conference_price">{{ object.min_price }} - {{ object.max_price }} {{ object.get_currency_html }}</div>
{% endif %}
</div>
</div>
<p><a href="#pw-event-news-subscribe" class="button icon-up pw-open" >{% trans 'Подписаться на новости' %}</a> <i>{% blocktrans %}Получайте актуальную информацию о концеренции {{ event.name|safe }} на свой email{% endblocktrans %}</i></p>
{% endif %}
{% endwith %}
<p><a href="#pw-event-news-subscribe" class="button pw-open"><i class="fa fa-at"></i>&nbsp;{% trans 'Подписаться на новости' %}</a>&nbsp;&nbsp;&nbsp;<i>{% blocktrans %}Получайте актуальную информацию о концеренции {{ event.name|safe }} на свой email{% endblocktrans %}</i></p>
<hr>

Loading…
Cancel
Save