border-bottom: none;
}
/* Force table to not be like tables anymore */
- table#acct_checked_main_header thead tr th, table#acct_holds_main_header thead tr th, table#acct_checked_hist_header thead tr th {
+ table#acct_checked_main_header thead tr th, table#acct_holds_main_header thead tr th, table#acct_checked_hist_header thead tr th, #acct_holds_hist_header thead tr th {
display: block;
}
- table#acct_checked_main_header tbody tr td, table#acct_holds_main_header tbody tr td, table#acct_checked_hist_header tbody tr td {
+ table#acct_checked_main_header tbody tr td, table#acct_holds_main_header tbody tr td, table#acct_checked_hist_header tbody tr td, #acct_holds_hist_header tbody tr td {
display: block;
}
left: -9999px;
}
- table#acct_checked_main_header, table#acct_holds_main_header, table#acct_checked_hist_header {
+ table#acct_checked_main_header, table#acct_holds_main_header, table#acct_checked_hist_header, #acct_holds_hist_header {
width: 90%;
}
table#acct_checked_main_header tr, table#acct_holds_main_header tr, table#acct_checked_hist_header tr { border: 1px solid #ddd; }
- table#acct_checked_main_header td, table#acct_holds_main_header td, table#acct_checked_hist_header td {
+ /* Holds history gets large white border to mimic header cell on other
+ account screens that provide visual cue for next title */
+
+ table#acct_holds_hist_header tr { border-top: 25px solid #fff; }
+
+
+ table#acct_checked_main_header td, table#acct_holds_main_header td, table#acct_checked_hist_header td, #acct_holds_hist_header td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
padding-left: 40%;
}
- table#acct_checked_main_header td:before, table#acct_holds_main_header td:before, table#acct_checked_hist_header td:before {
+ table#acct_checked_main_header td:before, table#acct_holds_main_header td:before, table#acct_checked_hist_header td:before, #acct_holds_hist_header td_before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
table#acct_holds_main_header td:nth-of-type(9):before { content: "[% l('Status') %]"; }
table#acct_holds_main_header td.hold_notes:before { content: "[% l('Notes') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(1):before { content: "[% l('Title') %]";}
+ table#acct_holds_hist_header td:nth-of-type(2):before { content: "[% l('Author') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(3):before { content: "[% l('Format') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(4):before { content: "[% l('Pickup Location') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(5):before { content: "[% l('Activate') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(6):before { content: "[% l('Active') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(7):before { content: "[% l('Date Fulfilled') %]"; }
+ table#acct_holds_hist_header td:nth-of-type(8):before { content: "[% l('Status') %]"; }
+
+
/*Want to see these in mobile ONLY */
.mobile_view{
display:block;