[open-ils-commits] [GIT] Evergreen ILS branch master updated. e56780cf177b0c25109da3091fb944a95d101b4e
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, master has been updated
via e56780cf177b0c25109da3091fb944a95d101b4e (commit)
from 0f0f6c13effb05c0fb88a5485b615b57d0acc9f6 (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 e56780cf177b0c25109da3091fb944a95d101b4e
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