Commit 9f7477526f64965628c751626e58101f47d37b91

Authored by OlenaKl
1 parent ea987d84

table

frontend/views/goods/one_item.php
@@ -50,10 +50,8 @@ $cross_prefix = ( empty($model->crosses) )? '': '_cross'; @@ -50,10 +50,8 @@ $cross_prefix = ( empty($model->crosses) )? '': '_cross';
50 <td class="right"> 50 <td class="right">
51 <table class="tovar_table right" cellspacing="0" cellpadding="0" border="0" style="border: 0;"> 51 <table class="tovar_table right" cellspacing="0" cellpadding="0" border="0" style="border: 0;">
52 <tbody> 52 <tbody>
53 - <tr class="one" style="border-bottom: 0;  
54 - border-top: 0;">  
55 - <td class="row_select" style="border-bottom: 0;  
56 - border-top: 0;"> 53 + <tr class="one" style="border:0">
  54 + <td class="row_select" style="border:0">
57 <div class="lend-tovar-cart-left"> 55 <div class="lend-tovar-cart-left">
58 <input type="text" class="lend-tovar-cart-number" value="1"> 56 <input type="text" class="lend-tovar-cart-number" value="1">
59 <div class="arrow-cart-lend-wr"> 57 <div class="arrow-cart-lend-wr">
@@ -70,24 +68,24 @@ $cross_prefix = ( empty($model-&gt;crosses) )? &#39;&#39;: &#39;_cross&#39;; @@ -70,24 +68,24 @@ $cross_prefix = ( empty($model-&gt;crosses) )? &#39;&#39;: &#39;_cross&#39;;
70 </td> 68 </td>
71 <td class="right_large"> 69 <td class="right_large">
72 <table class="inner" border='0' style='border-top:0; border-left:0'> 70 <table class="inner" border='0' style='border-top:0; border-left:0'>
73 - <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border-top:0; border-left:0'><?= $model->box ?></td></tr> 71 + <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border:0'><?= $model->box ?></td></tr>
74 72
75 </table> 73 </table>
76 </td> 74 </td>
77 - <td class="right_small"><table class="inner" border='0' style='border-top:0; border-left:0'>  
78 - <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border-top:0; border-left:0'><?= $model->delivery?> дн.</td></tr> 75 + <td class="right_small"><table class="inner" border='0' style='border:0'>
  76 + <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border:0'><?= $model->delivery?> дн.</td></tr>
79 77
80 </table></td> 78 </table></td>
81 <td class="usd right_medium"><table class="inner" border='0' style='border-top:0; border-left:0'> 79 <td class="usd right_medium"><table class="inner" border='0' style='border-top:0; border-left:0'>
82 - <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border-top:0; border-left:0'><?= \Yii::$app->formatter->asDecimal( $model->outputPriceUSD )?></td></tr> 80 + <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border:0'><?= \Yii::$app->formatter->asDecimal( $model->outputPriceUSD )?></td></tr>
83 81
84 </table></td> 82 </table></td>
85 <td class="hidden uah right_medium"><table class="inner" border='0' style='border-top:0; border-left:0'> 83 <td class="hidden uah right_medium"><table class="inner" border='0' style='border-top:0; border-left:0'>
86 - <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border-top:0; border-left:0'><?= \Yii::$app->formatter->asDecimal( $model->outputPriceUAH )?></td></tr> 84 + <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border:0'><?= \Yii::$app->formatter->asDecimal( $model->outputPriceUAH )?></td></tr>
87 85
88 </table></td> 86 </table></td>
89 <td class="hidden eur right_medium"><table class="inner" border='0' style='border-top:0; border-left:0'> 87 <td class="hidden eur right_medium"><table class="inner" border='0' style='border-top:0; border-left:0'>
90 - <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border-top:0; border-left:0'><?= \Yii::$app->formatter->asDecimal( $model->outputPriceEUR )?></td></tr> 88 + <tr border='0' style='border-top:0; border-left:0'><td border='0' style='border:0'><?= \Yii::$app->formatter->asDecimal( $model->outputPriceEUR )?></td></tr>
91 89
92 </table></td> 90 </table></td>
93 </tr> 91 </tr>
frontend/web/css/main.css
@@ -649,4 +649,7 @@ div.required:after { content: &quot; *&quot;; @@ -649,4 +649,7 @@ div.required:after { content: &quot; *&quot;;
649 } 649 }
650 .buttons_sm{ 650 .buttons_sm{
651 display: inline; 651 display: inline;
  652 +}
  653 +.right{
  654 + box-shadow: none!important;
652 } 655 }
653 \ No newline at end of file 656 \ No newline at end of file