Правка ячейки basket для длинных foreignId

parent 7135acb4
...@@ -274,7 +274,7 @@ input[type="checkbox"] ...@@ -274,7 +274,7 @@ input[type="checkbox"]
.table.table-striped.admin.viewid thead tr th.Basket .basket-link .table.table-striped.admin.viewid thead tr th.Basket .basket-link
{ {
width: 450px; width: 440px;
} }
.table.table-striped.admin.viewid thead tr th.Basket .quantity, .table.table-striped.admin.viewid thead tr th.Basket .quantity,
...@@ -356,7 +356,7 @@ input[type="checkbox"] ...@@ -356,7 +356,7 @@ input[type="checkbox"]
table.viewid .b-basket-content .basket-link table.viewid .b-basket-content .basket-link
{ {
display: inline-block; display: inline-block;
width: 450px; width: 440px;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
} }
...@@ -369,11 +369,10 @@ input[type="checkbox"] ...@@ -369,11 +369,10 @@ input[type="checkbox"]
word-break: break-word; word-break: break-word;
} }
table.viewid .b-basket-content .quantity, table.viewid .b-basket-content .quantity
table.viewid .b-basket-content .price
{ {
width: 50px; width: 50px;
text-align: right; text-align: center;
} }
.b-basket-content .quantity .b-basket-content .quantity
...@@ -392,8 +391,9 @@ input[type="checkbox"] ...@@ -392,8 +391,9 @@ input[type="checkbox"]
table.viewid .b-basket-content .price table.viewid .b-basket-content .price
{ {
width: 60px;
white-space: nowrap; white-space: nowrap;
padding-left: 4px; text-align: right;
} }
......
...@@ -294,7 +294,7 @@ class Statistics ...@@ -294,7 +294,7 @@ class Statistics
); );
//return $dataRequest; //return $dataRequest;
$stats = $this->apiRequest($dataRequest); //$stats = $this->apiRequest($dataRequest);
//return $stats; //return $stats;
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment