Made the invoices view nice!
This commit is contained in:
parent
d92e5197e1
commit
fce6116d60
4 changed files with 61 additions and 7 deletions
|
@ -135,4 +135,37 @@
|
|||
#upgrade-downgrade input[type=submit]
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#invoices_table
|
||||
{
|
||||
margin: 0 auto;
|
||||
border-spacing: 0px;
|
||||
border-collapse: separate;
|
||||
border: 1px solid #777;
|
||||
/*background-color: #555;*/
|
||||
table-layout: fixed;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 35px;
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
#invoices_table tbody tr th
|
||||
{
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#invoices_table .header
|
||||
{
|
||||
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
#invoices_table tr
|
||||
{
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
#invoices_table .unpaid
|
||||
{
|
||||
color: #ff0000;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue