You are here

invoice.css in Invoice 7

Same filename and directory in other branches
  1. 6 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;
}
#invoice-node-form .fieldset-wrapper {
  margin-top: 25px;
}

/* 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,
  5. .invoice-items-table td {
  6. text-align: right;
  7. padding-right: 0;
  8. padding-left: .2em;
  9. }
  10. .invoice-items-table th:first-child,
  11. .invoice-items-table td:first-child {
  12. text-align:left;
  13. padding-right: 1em;
  14. padding-left: .2em;
  15. }
  16. .invoice-items-table th:first-child {
  17. width: 38%;
  18. }
  19. .invoice-items-table td.actions {
  20. width: 8%;
  21. }
  22. .mouse-pointer {
  23. cursor: pointer;
  24. }
  25. #invoice-node-form .fieldset-wrapper {
  26. margin-top: 25px;
  27. }
  28. /* Make sure the background of the autocomplete box is filled */
  29. #autocomplete {
  30. background: #fff;
  31. }