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

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