Правка для отступов в табл. истоии кликов

parent e1be2d5e
......@@ -214,27 +214,27 @@ input[type="checkbox"]
text-align: right;
}
/* .b-basket-content */
.table.table-striped.admin.transaction thead tr th.period
.table.table-striped.admin.viewid thead tr th,
.table.table-striped.admin.transaction.viewid thead tr th.OrderSum
{
min-width: 100px;
width: 1px;
}
.table.table-striped.admin thead tr th.Timestamp
.table.table-striped.admin.transaction.viewid thead tr th.Basket
{
width: 100px;
line-height: 14px;
width: 550px;
}
.table.table-striped.admin thead tr th.StartTime,
.table.table-striped.admin thead tr th.EndTime
/* .b-basket-content */
.table.table-striped.admin.transaction thead tr th.period
{
width: auto;
min-width: 100px;
}
.table.table-striped.admin thead tr th.URL
.table.table-striped.admin thead tr th.Timestamp
{
width: 500px;
width: 100px;
line-height: 14px;
}
.table.table-striped.admin tbody td.Timestamp
......@@ -244,7 +244,6 @@ input[type="checkbox"]
.table.table-striped.admin thead tr th.Basket
{
/*width: 500px;*/
line-height: 14px;
}
......@@ -262,18 +261,23 @@ input[type="checkbox"]
.table.table-striped.admin.viewid thead tr th.Basket .basket-link
{
width: 500px;
width: 450px;
}
.table.table-striped.admin.viewid thead tr th.Basket .quantity,
.table.table-striped.admin.viewid thead tr th.Basket .price
{
text-align: center;
width: 50px;
}
.table.table-striped.admin thead tr th.Basket .quantity,
.table.table-striped.admin thead tr th.Basket .viewid
.table.table-striped.admin thead tr th.Basket .quantity
{
text-align: center;
width: 55px;
}
.table.table-striped.admin.transaction thead tr th.OrderSum
{
......@@ -291,6 +295,11 @@ input[type="checkbox"]
text-align: right;
}
.table.table-striped.admin.transaction td.Pages
{
text-align: center;
}
.table.table-striped.admin.transaction tbody tr.total-orders
{
font-weight: bold;
......@@ -316,7 +325,6 @@ input[type="checkbox"]
{
margin: 4px;
padding: 2px;
/*max-width: 450px;*/
font-size: 12px;
line-height: 14px;
}
......@@ -330,7 +338,7 @@ input[type="checkbox"]
table.viewid .b-basket-content .basket-link
{
display: inline-block;
width: 510px;
width: 450px;
font-size: 11px;
font-weight: bold;
}
......@@ -338,10 +346,19 @@ input[type="checkbox"]
.b-basket-content .view-id-url
{
display: inline-block;
width: 595px;
width: 450px;
margin-bottom: 4px;
word-break: break-word;
}
table.viewid .b-basket-content .quantity,
table.viewid .b-basket-content .price
{
width: 50px;
text-align: right;
}
.b-basket-content .quantity
{
......
......@@ -60,8 +60,7 @@ if (!$error) {
$viewIdStats = $this->viewIdStats;
$cats = $this->cats;
//$data_request_link = $this->url('user.cabinet', ['lang' => $this->lang, 'report' => $current_report]);
}
?>
......@@ -76,9 +75,6 @@ if (!$error) {
<?php else: ?>
<?php /* ?>
<textarea id="viewid-stats"><?= ($viewIdStats ? json_encode($viewIdStats, JSON_UNESCAPED_UNICODE) : '')?></textarea>
<?php */ ?>
<section class="b-content__work">
<div class="wrapp" style="position: relative;">
......
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