Commit 0f575d5012afce1184ef252b0a9af15a5e1818e7

Authored by Виталий
1 parent 6249a53f

Веталь

frontend/views/catalog/product.php
... ... @@ -118,8 +118,8 @@ $this->registerJs ("
118 118  
119 119 <div class="cost_box">
120 120 <div class='params'>код: <span id='art'></span><br/> цвет: <span id='color'></span></div>
121   - <div class="w">
122   - <strike><span id='old_cost'>0</span> грн.</strike><br/>
  121 + <div class="w product_read_">
  122 + <strike><span id='old_cost'>0</span> грн.</strike>
123 123 <span class="cost"><span id='cost'>0</span> <span class="valute">грн.</span></span>
124 124 </div>
125 125 <input type='hidden' id='product_id'/>
... ...
frontend/web/css/style.css
... ... @@ -1195,4 +1195,7 @@ ul.product-special li.promo:after {
1195 1195 }
1196 1196 .irs-min, .irs-max {display: none;}
1197 1197 .irs {height: 49px;}
1198   -.price_filter.first_price_li {margin-top: 8px;}
1199 1198 \ No newline at end of file
  1199 +.price_filter.first_price_li {margin-top: 8px;}
  1200 +.product_read_ {
  1201 + overflow: hidden;width: 100%;white-space: nowrap;
  1202 +}
1200 1203 \ No newline at end of file
... ...