remotes/origin/1203
pavel 11 years ago
parent 86d48cd7a9
commit 5340c5dcb6
  1. 11
      templates/client/includes/company/company_object.html
  2. 6
      templates/client/static_client/css/main.css
  3. 2
      templates/client/static_client/css_min/main.min.css

@ -54,13 +54,10 @@
<div class="i-contacts clearfix"> <div class="i-contacts clearfix">
{% if company.facebook or company.linkedin or company.vk or company.twitter %} {% if company.facebook or company.linkedin or company.vk or company.twitter %}
<div class="ic-buttons"> <div class="ic-buttons">
<div class="ic-buttons_text">{% trans 'Профили в соц.сетях:' %}</div> <a class="button icon-msg pw-open" href="#pw-reply">{% trans 'отправить сообщение' %}</a>
{% comment %}
<a class="button icon-msg" href="#">{% trans 'отправить сообщение' %}</a>
{% endcomment %}
<div class="ic-buttons_text">{% trans 'Профили в соц.сетях:' %}</div>
<ul class="soc-media-buttons"> <ul class="soc-media-buttons">
{% if company.facebook %} {% if company.facebook %}
<li> <li>
@ -224,7 +221,7 @@
<img class="user-avatar" src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}"/> <img class="user-avatar" src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}"/>
{% endthumbnail %} {% endthumbnail %}
{% else %} {% else %}
<img src="{% static 'client/img/no-logo.png' %}" alt="" /> <img src="{% static 'client/img/no-userpic-big.gif' %}" width="90" height="90" alt="" />
{% endif %} {% endif %}
</div> </div>
<div class="sl-info"> <div class="sl-info">

@ -13222,6 +13222,12 @@ hr + .rq-note {
.company-preview .i-info{ .company-preview .i-info{
margin-bottom: 1em; margin-bottom: 1em;
} }
.company-preview .pw-open{
margin-bottom: .6em;
}
.company-preview .soc-media-buttons{
margin-top: 2px !important;
}
.profile-preview-btn{ .profile-preview-btn{
margin-top: 1em; margin-top: 1em;
margin-bottom: 2em; margin-bottom: 2em;

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