fix product discount block and header-top menus styles

stepan-k
Stepan Krapivin 8 years ago
parent 8358350e75
commit b1097be0e0
  1. 10
      static/less/_.css
  2. 15
      static/less/_.less
  3. 7
      static/less/_.min.css

@ -282,9 +282,10 @@ span.yellow {
.header-top .container { .header-top .container {
line-height: 40px; line-height: 40px;
height: 40px; height: 40px;
white-space: nowrap;
} }
.header-top .container .top-left-links { .header-top .container .top-left-links {
float: left; display: inline-block;
text-align: left; text-align: left;
color: #fed000; color: #fed000;
font-size: 10pt; font-size: 10pt;
@ -293,7 +294,7 @@ span.yellow {
color: #fed000; color: #fed000;
} }
.header-top .container .top-right-links { .header-top .container .top-right-links {
float: right; display: inline-block;
text-align: right; text-align: right;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
@ -545,6 +546,7 @@ a#order-call-link {
padding-bottom: 10px !important; padding-bottom: 10px !important;
box-shadow: none; box-shadow: none;
border: 0; border: 0;
position: relative;
} }
.index-goods .title { .index-goods .title {
height: 40px; height: 40px;
@ -903,9 +905,11 @@ ul.messages {
height: 50px; height: 50px;
text-align: center; text-align: center;
color: white; color: white;
top: 0;
font-size: 20px; font-size: 20px;
line-height: 50px; line-height: 50px;
position: absolute;
top: 4px;
left: 4px;
} }
.radio img { .radio img {
margin-top: 10px; margin-top: 10px;

@ -47,8 +47,10 @@ span.yellow {
.container { .container {
line-height: 40px; line-height: 40px;
height: 40px; height: 40px;
white-space: nowrap;
.top-left-links { .top-left-links {
float: left; display: inline-block;
text-align: left; text-align: left;
color: @brand-yellow; color: @brand-yellow;
font-size: 10pt; font-size: 10pt;
@ -57,7 +59,7 @@ span.yellow {
} }
} }
.top-right-links { .top-right-links {
float: right; display: inline-block;
text-align: right; text-align: right;
color: @brand-white; color: @brand-white;
font-weight: bold; font-weight: bold;
@ -421,9 +423,10 @@ a#order-call-link {
padding-bottom: 10px !important; padding-bottom: 10px !important;
.box-shadow(none); .box-shadow(none);
border: 0; border: 0;
position: relative
} }
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 {
} .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 {}
margin-top: 20px; margin-top: 20px;
.title { .title {
@ -852,9 +855,11 @@ ul.messages {
height: 50px; height: 50px;
text-align: center; text-align: center;
color: white; color: white;
top: 0;
font-size: 20px; font-size: 20px;
line-height: 50px; line-height: 50px;
position: absolute;
top: 4px;
left: 4px;
} }
.radio { .radio {

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