LP#1578716 Fix Responsive Items Out
authorDan Wells <dbw2@calvin.edu>
Thu, 5 May 2016 15:58:52 +0000 (11:58 -0400)
committerBen Shum <ben@evergreener.net>
Wed, 11 May 2016 04:22:16 +0000 (00:22 -0400)
With "Title" and "Author" as separate columns, here is a quick fix
to get the responsive labels to line up again.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/src/templates/opac/css/style.css.tt2

index fe98473..166950f 100644 (file)
@@ -2047,11 +2047,12 @@ a.preflib_change {
         }
 
         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 / Author') %]";}
-        table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Renewals Left') %]"; }
-        table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Due Date') %]"; }
-        table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Barcode') %]"; }
-        table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Call number') %]"; }
+        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_holds_main_header thead tr th {
                 display: block;