Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 319: Line 319:
====Hide the VAT column====
====Hide the VAT column====
  .pagetypeajaxbookedit .invoicetable1 tr > *:nth-child(5) {display: none;}
  .pagetypeajaxbookedit .invoicetable1 tr > *:nth-child(5) {display: none;}
<br>Please note: This will break the layout a little. See for yourself if you can live it.
Please note: This will break the layout. See for yourself if you can live with it.


=== Functions and Buttons ===
=== Functions and Buttons ===