remotes/origin/1203
pavel 11 years ago
parent 08b3520364
commit 6118a45ec8
  1. 5
      templates/client/includes/company/company_object.html
  2. 31
      templates/client/static_client/css/main.css
  3. 2
      templates/client/static_client/css_min/main.min.css
  4. BIN
      templates/client/static_client/img/sprites.png

@ -22,6 +22,11 @@
<div class="i-info">
<header>
<div class="i-title">{{ company.name|safe }}</div>
<div class="i-place p-editable editable-wrap ">
<span class="static-value">
Украина, Белая Церковь
</span>
</div>
</header>
<div class="i-area brief">

@ -12002,11 +12002,33 @@ hr + .rq-note {
.i-info header { position: relative;}
.site_link { text-align: right; position: absolute; z-index: 1; right: 0; width: 201px; top: 41px; font-size: 15px !important; color: #ff6600 !important;font-family:'dindisplay_pro', sans-serif; font-weight: 500; }
.site_link a { text-decoration: none !important;color: #ff6600 !important;}
.site_link a:before { content:''; width: 16px; height: 16px; background: url(../img/sprites.png) -426px -73px; display: inline-block; margin: 0 5px 0 0; position: relative; top: 4px;}
.site_link {
font-size: 13px;
font-family: 'dindisplay_pro', sans-serif;
font-weight: 500;
margin-bottom: 0.4em;
}
.site_link a {
color: #a2a2a2; ;
text-decoration: underline;
}
.site_link a:hover {
text-decoration: none ;
}
.site_link a:before {
content: '';
width: 16px;
height: 16px;
background: url(../img/sprites.png) -426px -93px;
display: inline-block;
margin: 0 5px 0 0;
position: relative;
top: 4px;
}
.site_link a:hover:before { background-position: -426px -73px!important;}
.i-contacts1 { margin-top: 0!important;}
.i-additional1 {margin-bottom: 0!important;}
@ -13263,7 +13285,6 @@ hr + .rq-note {
color: #7D7D7D;
}
.edit-profile .specialization{
padding-right: 200px;
margin-bottom: 1em;
}
.edit-profile .specialization .p-editable{

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Loading…
Cancel
Save