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; -ms-transform: none;
-o-transform: none; -o-transform: none;
transform: none; transform: none;
background: rgba(0,0,0,.5); background: rgba(0,0,0,0);
height: 100%; height: 100%;
z-index: 100; z-index: 100;
width: 60px; width: 60px;
@ -13700,19 +13700,23 @@ blockquote{
.last_photos_slider .slick-prev:focus, .last_photos_slider .slick-prev:focus,
.last_photos_slider .slick-next: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{ .last_photos_slider .slick-prev:before{
content: '‹'; content: '';
font-family: dindisplay_pro, sans-serif; display: block;
color: #b7b7b6; width: 31px;
font-size: 80px; height: 62px;
font-weight: 100; 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{ .last_photos_slider .slick-prev:hover{
background: rgba(0,0,0,.8); background: rgba(0,0,0,.3);
} }
.last_photos_slider .slick-next{ .last_photos_slider .slick-next{
@ -13723,7 +13727,7 @@ blockquote{
-ms-transform: none; -ms-transform: none;
-o-transform: none; -o-transform: none;
transform: none; transform: none;
background: rgba(0,0,0,.5); background: rgba(0,0,0,0);
height: 100%; height: 100%;
z-index: 100; z-index: 100;
width: 60px; width: 60px;
@ -13731,15 +13735,23 @@ blockquote{
} }
.last_photos_slider .slick-next:before{ .last_photos_slider .slick-next:before{
content: '›'; content: '';
font-family: dindisplay_pro, sans-serif; display: block;
color: #b7b7b6; width: 31px;
font-size: 80px; height: 62px;
font-weight: 100; 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{ .last_photos_slider .slick-next:hover{
background: rgba(0,0,0,.8); background: rgba(0,0,0,.3);
} }
.conference_about h2{ .conference_about h2{
@ -14164,6 +14176,15 @@ h1 .preview_toggle:hover{
width: 65%; 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 a + a,
.ib-main .note-wrap, .ib-main .note-wrap,
.ib-main .note-wrap + a, .ib-main .note-wrap + a,

File diff suppressed because one or more lines are too long

@ -25,10 +25,10 @@
</div> </div>
<div class="i-stats"> <div class="i-stats">
{% if event.visitors %} {% if event.visitors %}
<span class="visitors" title="{% trans 'Посетители' %}">{{ event.visitors }}</span> <span class="visitors" title="{% trans 'Посетители' %}">{{ event.visitors }}</span>
{% endif %} {% endif %}
{% if event.members %} {% if event.members %}
<span class="participants" title="{% trans 'Участники' %}">{{ event.members }}</span> <span class="participants" title="{% trans 'Участники' %}">{{ event.members }}</span>
{% endif %} {% endif %}
</div> </div>
<div class="i-discount"> <div class="i-discount">
@ -88,7 +88,9 @@
{% with event=event user=user %} {% with event=event user=user %}
{% include 'client/includes/visit_button.html' %} {% include 'client/includes/visit_button.html' %}
{% endwith %} {% endwith %}
{% include 'client/includes/calendar_button.html' with obj=object %} {% include 'client/includes/calendar_button.html' with obj=object %}
<div class="{% if request.user.is_authenticated%}note-wrap{% else %}note-wrap-disabled{% endif %}"> <div class="{% if request.user.is_authenticated%}note-wrap{% else %}note-wrap-disabled{% endif %}">
{% with note=object|note_by_user:request.user %} {% 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> <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> </div>
{% endwith %} {% endwith %}
</div> </div>
{% if request.user.is_admin %} {% 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 %} {% endif %}
{% if event.photogallery %} {% if event.photogallery %}
<a class="button blue icon-photo" href="{{ event.get_permanent_url }}photo/">{% trans 'фото' %}</a> <a class="button blue icon-photo" href="{{ event.get_permanent_url }}photo/">{% trans 'фото' %}</a>
{% endif %} {% endif %}
</div> </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 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> </div>
@ -131,27 +136,30 @@
</div> </div>
</div> </div>
<div class="conference_interested"> {% with object.audience.all as audiences %}
{% with object.audience.all as audiences %} {% if audiences or object.min_price and object.max_price %}
<div class="conference_for"> <div class="conference_interested">
{% if audiences %} <div class="conference_for">
<h3>{% trans 'Кому будет интересно' %}:</h3> {% if audiences %}
<ul> <h3>{% trans 'Кому будет интересно' %}:</h3>
{% for audience in audiences %} <ul>
<li>{{ audience.title }}</li> {% for audience in audiences %}
{% endfor %} <li>{{ audience.title }}</li>
</ul> {% endfor %}
{% endif %} </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> </div>
{% endwith %} {% endif %}
<div class="confererence_price"> {% endwith %}
{% if object.min_price and object.max_price %}
<h3>{% trans 'Стоимость участия' %}:</h3> <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>
<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>
<hr> <hr>

Loading…
Cancel
Save