add reception account transfer/mixed
This commit is contained in:
69
frontend/web/css/account_close.css
Normal file
69
frontend/web/css/account_close.css
Normal file
@@ -0,0 +1,69 @@
|
||||
h1{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th{
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.btn-pdf{
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
td.money{
|
||||
text-align: right;
|
||||
}
|
||||
p{
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.total-medium-ticket td.name,
|
||||
.total-product-by-category td.name
|
||||
{
|
||||
width: 50%;
|
||||
}
|
||||
.total-medium-ticket td.count,
|
||||
.total-product-by-category td.count
|
||||
{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.table-total td.money{
|
||||
width: 50%;
|
||||
}
|
||||
.table-account-view td{
|
||||
width: 50%;
|
||||
}
|
||||
.table-account-diff td{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.table-money-movements-detailed td.created-at{ width: 120px;}
|
||||
.table-money-movements-detailed td.account{ width: 80px;}
|
||||
.table-money-movements-detailed td.username{ width: 80px;}
|
||||
.table-money-movements-detailed td.name{ width: 80px;}
|
||||
.table-money-movements-detailed td.type{ width: 80px;}
|
||||
.table-money-movements-detailed td.money{ width: 70px;}
|
||||
|
||||
|
||||
table.table-top {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.table-top td.top-cell {
|
||||
width: 48%;
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
table.table-top td.top-cell .table {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
table.table-top td.first {
|
||||
padding-right: 3px;
|
||||
}
|
||||
table.table-top td.last {
|
||||
padding-left: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user