From: Dan Wells Date: Thu, 5 May 2016 15:58:52 +0000 (-0400) Subject: LP#1578716 Fix Responsive Items Out X-Git-Tag: sprint4-merge-nov22~275 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e56780cf177b0c25109da3091fb944a95d101b4e;p=working%2FEvergreen.git LP#1578716 Fix Responsive Items Out 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 Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index fe98473323..166950f901 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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;