[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1d3452aafabd64bc6d1dac55eb13d7ca1a754926
Evergreen Git
git at git.evergreen-ils.org
Fri Apr 12 11:18:43 EDT 2013
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 1d3452aafabd64bc6d1dac55eb13d7ca1a754926 (commit)
from e0749b6b80ac59cac4abc523bb876810dee9afff (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 1d3452aafabd64bc6d1dac55eb13d7ca1a754926
Author: Ben Shum <bshum at biblio.org>
Date: Wed Mar 27 11:48:58 2013 -0400
Use inline-block for opac-multiline-button style
Follow up for LP1102934 which introduced CSS for opac-multiline-button.
The button appeared noticeably larger if using the english text for
"FAQs" on the login help button. Using inline-block for the style shrinks
it to fit more appropriately based on actual amount of text instead of
leaving it an unusually large looking button.
Signed-off-by: Ben Shum <bshum at biblio.org>
Signed-off-by: Kyle Tomita <ktomita at catalystitservices.com>
diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index fb39da2..e4c2cdd 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -1198,7 +1198,7 @@ div.opac-multiline-button > a,
}
.opac-multiline-button > a {
- display:block;
+ display: inline-block;
}
.opac-multiline-button > a, a.opac-button, input.opac-button {
-----------------------------------------------------------------------
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