border-bottom: none;
}
/* Force table to not be like tables anymore */
- table#acct_checked_main_header thead, tbody, th, td, tr {
+ table#acct_checked_main_header thead tr th {
+ display: block;
+ }
+ table#acct_checked_main_header tbody tr td {
display: block;
}
table#acct_checked_main_header td:nth-of-type(5):before { content: "Barcode"; }
table#acct_checked_main_header td:nth-of-type(6):before { content: "Call number"; }
+ table#acct_holds_main_header thead tr th {
+ display: block;
+ }
+ table#acct_holds_main_header tbody tr td {
+ display: block;
+ }
+
table#acct_holds_main_header td {
/* Behave like a "row" */
border: none;