Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 314: Line 314:
===Hide 'Open in new Window' link===
===Hide 'Open in new Window' link===
  .pagetypeajaxbookedit.openinnewwindow{display:none;}
  .pagetypeajaxbookedit.openinnewwindow{display:none;}


=== Charges & Payments ===
=== Charges & Payments ===
Line 320: Line 321:
  .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.
Please note: This will break the layout. See for yourself if you can live with it.


=== Functions and Buttons ===
=== Functions and Buttons ===
Line 349: Line 351:


  .pagetypeajaxbookedit #bookingtemplate3button{display:none;}
  .pagetypeajaxbookedit #bookingtemplate3button{display:none;}


=== Hide Specific Fields ===
=== Hide Specific Fields ===