[open-ils-commits] [GIT] Evergreen ILS branch master updated. 51473ec010d210d82fc4fbbaf40cc846512b88fb
Evergreen Git
git at git.evergreen-ils.org
Thu Mar 6 13:46:25 EST 2014
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 51473ec010d210d82fc4fbbaf40cc846512b88fb (commit)
from 0cbadccad019f5130e04e6d74cdd36b1c15c7c8e (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 51473ec010d210d82fc4fbbaf40cc846512b88fb
Author: Bill Erickson <berick at esilibrary.com>
Date: Thu Mar 6 13:10:19 2014 -0500
LP#1287973 recover row breaks in TPAC advanced search
Avoid long horizontal filter rows in the advanced search page by
recovering the original clear/both on each row of filters to force a new
line.
Signed-off-by: Bill Erickson <berick at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 0c5e71b..2832f2f 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -297,7 +297,7 @@ for now until a better color is picked - if needed.
.adv_filter_block {
padding: 15px;
float: left;
- /*clear: both;*/
+ clear: both;
}
.adv_filter_block_item {
float: left;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list