Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 345: | Line 345: | ||
===Hide 'Open in new Window' link=== | ===Hide 'Open in new Window' link=== | ||
<code>.pagetypeajaxbookedit.openinnewwindow{display:none;} | <code>.pagetypeajaxbookedit.openinnewwindow{display:none;}</code> | ||
| Line 360: | Line 360: | ||
====Hide the 'Delete' button==== | ====Hide the 'Delete' button==== | ||
<code>.pagetypeajaxbookedit .deletebookingbutton{display:none;}</code> | |||
====Hide the 'Add Booking' button==== | ====Hide the 'Add Booking' button==== | ||
| Line 366: | Line 366: | ||
====Hide the 'Copy as new' button==== | ====Hide the 'Copy as new' button==== | ||
<code>.pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;}</code> | |||
====Hide the 'Print' button==== | ====Hide the 'Print' button==== | ||