Made the invoices view nice!

This commit is contained in:
Albert Santoni 2014-06-25 20:01:14 -04:00
parent d92e5197e1
commit fce6116d60
4 changed files with 61 additions and 7 deletions

View file

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