[open-ils-commits] [GIT] Evergreen ILS branch master updated. 42e8c332faa280857405b5cb4af42747fb9d5d57

Evergreen Git git at git.evergreen-ils.org
Thu Sep 26 12:10:44 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  42e8c332faa280857405b5cb4af42747fb9d5d57 (commit)
      from  2d7c6d4c132211b4f6090d7c81c52e3e13347fdd (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 42e8c332faa280857405b5cb4af42747fb9d5d57
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Thu Sep 26 11:30:36 2013 -0400

    OPAC: on the login page, Make "Questions?"/"FAQs" areas not float weird
    
    One little change from the original patch to make it 2em; instead of just 1em;
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous 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 b0083d4..a7b65c3 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -623,10 +623,10 @@ div.format_icon {
 }
 
 .login-help-box {
-    float: right;
+    float: left;
     width: 200px;
     text-align: center;
-    margin-right: 25%;
+    margin-left: 2em;
 }
 
 .login-help-button {

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list