[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. d7d281488b5ce767bc1056e6561bfc351e8a9f25
Evergreen Git
git at git.evergreen-ils.org
Wed May 11 00:23:00 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_10 has been updated
via d7d281488b5ce767bc1056e6561bfc351e8a9f25 (commit)
from 7d8e4607f036080bc6703c70e37c537d76fa60b4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d7d281488b5ce767bc1056e6561bfc351e8a9f25
Author: Dan Wells <dbw2 at calvin.edu>
Date: Thu May 5 11:58:52 2016 -0400
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 <dbw2 at calvin.edu>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index fe98473..166950f 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;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/css/style.css.tt2 | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list