Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| 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;} | ||
Please note: This will break the layout. See for yourself if you can live with it. | |||
=== Functions and Buttons === | === Functions and Buttons === | ||