LP1906855 Additional CSS for mobile display
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 22 Jul 2021 23:08:40 +0000 (19:08 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 20 Sep 2021 16:06:31 +0000 (12:06 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Mary Llewellyn <mllewell@biblio.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates-bootstrap/opac/css/mediaQuery.css.tt2

index 538087b..56bea56 100644 (file)
@@ -671,21 +671,23 @@ only screen and (max-width: 650px)  {
         }
 
         table#acct_checked_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
-        table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
-        table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
-        table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Renewals Left') %]"; }
-        table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Due Date') %]"; }
-        table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Barcode') %]"; }
-        table#acct_checked_main_header td:nth-of-type(7):before { content: "[% l('Call number') %]"; }
+        table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Cover') %]";}
+        table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Title') %]";}
+        table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Author') %]"; }
+        table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Renewals Left') %]"; }
+        table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Due Date') %]"; }
+        table#acct_checked_main_header td:nth-of-type(7):before { content: "[% l('Barcode') %]"; }
+        table#acct_checked_main_header td:nth-of-type(8):before { content: "[% l('Call number') %]"; }
 
      table#acct_checked_hist_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
-        table#acct_checked_hist_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
-        table#acct_checked_hist_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
-        table#acct_checked_hist_header td:nth-of-type(4):before { content: "[% l('Checkout Date') %]"; }
-        table#acct_checked_hist_header td:nth-of-type(5):before { content: "[% l('Due Date') %]"; }
-        table#acct_checked_hist_header td:nth-of-type(6):before { content: "[% l('Date Returned') %]"; }
-        table#acct_checked_hist_header td:nth-of-type(7):before { content: "[% l('Barcode') %]"; }
-        table#acct_checked_hist_header td:nth-of-type(8):before { content: "[% l('Call number') %]"; }
+        table#acct_checked_hist_header td:nth-of-type(2):before { content: "[% l('Cover') %]";}
+        table#acct_checked_hist_header td:nth-of-type(3):before { content: "[% l('Title') %]";}
+        table#acct_checked_hist_header td:nth-of-type(4):before { content: "[% l('Author') %]"; }
+        table#acct_checked_hist_header td:nth-of-type(5):before { content: "[% l('Checkout Date') %]"; }
+        table#acct_checked_hist_header td:nth-of-type(6):before { content: "[% l('Due Date') %]"; }
+        table#acct_checked_hist_header td:nth-of-type(7):before { content: "[% l('Date Returned') %]"; }
+        table#acct_checked_hist_header td:nth-of-type(8):before { content: "[% l('Barcode') %]"; }
+        table#acct_checked_hist_header td:nth-of-type(9):before { content: "[% l('Call number') %]"; }
 
         table#acct_holds_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
         table#acct_holds_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
@@ -696,11 +698,12 @@ only screen and (max-width: 650px)  {
         table#acct_holds_main_header td:nth-of-type(7):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(8):before { content: "[% l('Status') %]"; }
+        table#acct_holds_hist_header td:nth-of-type(1):before { content: "[% l('Cover') %]";}
+        table#acct_holds_hist_header td:nth-of-type(2):before { content: "[% l('Title') %]"; }
+        table#acct_holds_hist_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
+        table#acct_holds_hist_header td:nth-of-type(4):before { content: "[% l('Format') %]"; }
+        table#acct_holds_hist_header td:nth-of-type(5):before { content: "[% l('Pickup Location') %]"; }
+        table#acct_holds_hist_header td:nth-of-type(6):before { content: "[% l('Status') %]"; }
 
         table#ebook_circs_main_table td:nth-of-type(1):before { content: "[% l('Title') %]"; }
         table#ebook_circs_main_table td:nth-of-type(2):before { content: "[% l('Author') %]"; }