fitness-web/frontend/web/css/account_close.css

69 lines
1.1 KiB
CSS

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;
}