Commit 60b7e398c5de449d434e6ce08adc04a99b1bf4df
1 parent
fd20ed0f
Веталь
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -288,7 +288,7 @@ ul.product_colors li img{ |
288 | 288 | #nav_product li a.active{background:url('../img/li_minus.png') left no-repeat;} |
289 | 289 | #nav_product li .info{display:none;border-bottom:1px solid #d2d2d2;padding:10px 0px;margin-bottom:10px;} |
290 | 290 | |
291 | - | |
291 | +#nav_product li .info, #nav_product li .info p {font-size: 12px; line-height: 16px;} | |
292 | 292 | .modal_box{ |
293 | 293 | position: fixed; |
294 | 294 | left: 0; |
... | ... | @@ -442,7 +442,7 @@ input#subscribe-sale:-ms-input-placeholder { |
442 | 442 | #subscribe-email, #subscribe-sale {color: #596065} |
443 | 443 | #subscribe-sale{width:100px;float:left;margin-right:20px;height: 28px;} |
444 | 444 | .saletxt{width:150px;float:left;color:#ffffff; font-size: 12px;} |
445 | -#subscribe-email{width:390px;} | |
445 | +#subscribe-email{width:370px;} | |
446 | 446 | |
447 | 447 | .txts{color:#9da9b1;font-size:18px;margin-bottom:20px;} |
448 | 448 | ... | ... |