Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 318: | Line 318: | ||
====Hide the VAT column==== | ====Hide the VAT column==== | ||
.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. | .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. | |||
=== Functions and Buttons === | === Functions and Buttons === | ||