Merge branch 'stage6' of bitbucket.org:Bonus_05/expomap into stage6

remotes/origin/stage6
Alexander Burdeinyi 9 years ago
commit c48892ad2c
  1. 29
      static/client/css/main.css
  2. 2
      static/client/css_min/main.min.css
  3. BIN
      static/img/slider_arrow.png
  4. 2
      templates/client/includes/conference/conference_partner.html

@ -13707,6 +13707,27 @@ blockquote{
display: none; display: none;
} }
.last_photos_thumbs .slick-next:before{
content: '';
display: block;
width: 15px;
height: 30px;
background: url("../../img/slider_arrow.png");
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.last_photos_thumbs .slick-prev:before {
content: '';
display: block;
width: 15px;
height: 30px;
background: url("../../img/slider_arrow.png");
}
.last_photos_slider .slick-prev{ .last_photos_slider .slick-prev{
left: 0; left: 0;
top: 0; top: 0;
@ -14133,6 +14154,7 @@ blockquote{
.new_article{ .new_article{
font-size: 16px; font-size: 16px;
line-height: 28px; line-height: 28px;
padding-top: 20px;
} }
.new_article img{ .new_article img{
@ -14251,4 +14273,9 @@ h1 .preview_toggle:hover{
.tos a:hover{ .tos a:hover{
color: #FF6600; color: #FF6600;
} }
.event_org{
font: 18px dindisplay_pro, sans-serif;
color: #9100ba;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -79,7 +79,7 @@
</div> </div>
{% endif %} {% endif %}
{% if event.org %} {% if event.org %}
<div> <div class="event_org">
{% trans 'Организатор' %}: {{ event.org }} {% trans 'Организатор' %}: {{ event.org }}
</div> </div>
{% endif %} {% endif %}

Loading…
Cancel
Save