Modify the TTL myTurn reservations list for printing reservation tags
Clean up reservations list for printing tags by ipsum
Details
Authoripsum
LicenseNo License
Categoryhttps://tacomatoollibrary.myturn.com
Created
Updated
Code size1.9 kB
Code checksumd4889bc3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clean up reservations list for printing tags
@version 20250426.17.02
@namespace ?
@description Modify the TTL myTurn reservations list for printing reservation tags
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://tacomatoollibrary.myturn.com/library/orgInventory/listReservations") {
/* delete stuff at top of page */
h3.page-title, div.portlet-title { display: none; }
/* embiggen the panel on each reservation that has the name etc. */
div .panel-heading { font-size: 30px !important; }
/* hide the membership type badge -- currently this is just hiding all badges, but it didn't seem to break anything, but it may need to be adjusted if it turns out it did something else unintended */
span .badge { display: none; }
/* attempting to hide the button rows without breaking anything else */
div.panel-body > div:nth-child(1) > div.col-sm-7.col-sm-push-5.text-right.margin-bottom-10 { display: none; }
/* attempting to add page break after each reservation */
.panel.reservation { break-after: page !important; }
/* not sure if we'll keep this; on busy days it will generate a lot of sheets ... */
/* make the order status badges bigger */
.badge.pull-right { font-size: 20px !important; }
/* get rid of the new "scroll to top" button that messes up printing */
.scroll-to-top { display: none !important; }
/* can I make location bigger? */
table.table { font-size: 25px !important;}
/* adjusting relative widths of dates and names on each order */
.col-sm-7 { width: 25%; font-size: 14px; }
.col-sm-5 { width: 75%; }
.col-xs-8.col-sm-9 { width: 90% !important; }
.col-xs-4.col-sm-3 { width: 10%; }
/* adjusting relative widths of items on table */
th.col-xs-1 { width: 0px !important; }
th.col-xs-3 { width: 15%; }
th.col-xs-4 { width: 55%; }
}
@-moz-document url-prefix("https://example.com/") {
}