This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
auquotidien/theme/admin.css

28 lines
466 B
CSS

/* Regie invoice listing */
#invoice-listing tbody {
font-size: smaller
}
#invoice-listing input {
margin: 0px;
}
#invoice-listing thead tr {
margin-bottom: 5px;
}
#invoice-listing {
border-spacing: 0px;
width: 100%;
}
#invoice-listing tbody td {
padding: 3px;
}
#invoice-listing thead td {
border-bottom: 1px solid black;
}
#invoice-listing tbody:nth-child(even) {
background: #777;
color: white;
}
#invoice-listing tbody td.amount {
text-align: right;
}