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

parent 7135acb4
......@@ -274,7 +274,7 @@ input[type="checkbox"]
.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,
......@@ -356,7 +356,7 @@ input[type="checkbox"]
table.viewid .b-basket-content .basket-link
{
display: inline-block;
width: 450px;
width: 440px;
font-size: 11px;
font-weight: bold;
}
......@@ -369,11 +369,10 @@ input[type="checkbox"]
word-break: break-word;
}
table.viewid .b-basket-content .quantity,
table.viewid .b-basket-content .price
table.viewid .b-basket-content .quantity
{
width: 50px;
text-align: right;
text-align: center;
}
.b-basket-content .quantity
......@@ -392,8 +391,9 @@ input[type="checkbox"]
table.viewid .b-basket-content .price
{
width: 60px;
white-space: nowrap;
padding-left: 4px;
text-align: right;
}
......
......@@ -294,7 +294,7 @@ class Statistics
);
//return $dataRequest;
$stats = $this->apiRequest($dataRequest);
//$stats = $this->apiRequest($dataRequest);
//return $stats;
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