Отступы внутри таблицы корзины

parent 9cd1df74
......@@ -215,7 +215,7 @@ input[type="checkbox"]
/* .b-basket-content */
.table.table-striped.admin.transaction thead tr th.period
{
min-width: 110px;
min-width: 100px;
}
.table.table-striped.admin thead tr th.Timestamp
......@@ -249,7 +249,8 @@ input[type="checkbox"]
.table.table-striped.admin thead tr th.Basket .quantity
{
width: 60px;
text-align: center;
width: 55px;
}
......@@ -296,12 +297,14 @@ input[type="checkbox"]
{
display: inline-block;
width: 55px;
text-align: center;
}
.b-basket-content .price
{
display: inline-block;
width: 100px;
text-align: left;
}
......
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