remotes/origin/1203
pavel 11 years ago
parent e4f72404a0
commit 3e247aab40
  1. 4
      templates/client/includes/article/article_preview.html
  2. 13
      templates/client/static_client/css/main.css
  3. 2
      templates/client/static_client/css_min/main.min.css

@ -6,5 +6,7 @@
<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" class="pic" alt="">
{% endthumbnail %}
{% else %}
<img src="{% static 'client/img/no-logo.png' %}" class="pic" alt="" />
<div class="cli-pict">
<img src="{% static 'client/img/no-logo.png' %}" class="no-logo" alt="" />
</div>
{% endif %}

@ -11576,7 +11576,18 @@ hr + .rq-note {
.acticle_list_big strong span:before {content: ' ';display: inline-block;vertical-align: middle; width: 13px; height: 16px; background: url(../img/sprites.png) -183px -145px no-repeat; margin: 0 5px 0 0; position: relative; top: -2px;}
.acticle_list_big .icon { display: inline-block; width: 12px; height: 13px; position: relative; top: 3px; margin: 0 3px 0 0;background: url(../img/sprites.png) -305px -162px no-repeat;}
.mf-line1 { margin-bottom: 0;}
.acticle_list_big .cli-pict .no-logo{
width: 100px;
margin-top: 40px;
}
.acticle_list_big .cli-pict{
position: absolute;
left: 0;
top: 0;
width: 250px;
height: 180px;
margin-left: 0;
}
.country_table { width: 100%; margin: 6px 0 12px 0;}
.country_table tr td { text-align: left; vertical-align: top; width: 50%;}
.country_table tr td ul { list-style-type: none; margin: 0 0 0 0; padding: 0 0 0 0;}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save