You are here

invoice.css in Invoice 6

Same filename and directory in other branches
  1. 7 invoice.css
.invoice-items table {
  margin:0;  
}
.invoice-items table th, .invoice-items table td {
  text-align:right;
  padding-right:0;
  padding-left:.2em;
}
.invoice-items table th:first-child,
.invoice-items table td:first-child {
  text-align:left;
  padding-right:1em;
  padding-left:.2em;  
}
.invoice-items table th:first-child {
  width:38%;
}
.invoice-items table td.actions {
  width:8%;
}
.mouse-pointer {
  cursor:pointer;
}

/* Make sure the background of the autocomplete box is filled */ 
#autocomplete {
  background:#fff;
}

File

invoice.css
View source
  1. .invoice-items table {
  2. margin:0;
  3. }
  4. .invoice-items table th, .invoice-items table td {
  5. text-align:right;
  6. padding-right:0;
  7. padding-left:.2em;
  8. }
  9. .invoice-items table th:first-child,
  10. .invoice-items table td:first-child {
  11. text-align:left;
  12. padding-right:1em;
  13. padding-left:.2em;
  14. }
  15. .invoice-items table th:first-child {
  16. width:38%;
  17. }
  18. .invoice-items table td.actions {
  19. width:8%;
  20. }
  21. .mouse-pointer {
  22. cursor:pointer;
  23. }
  24. /* Make sure the background of the autocomplete box is filled */
  25. #autocomplete {
  26. background:#fff;
  27. }