OPAC: on the login page, Make "Questions?"/"FAQs" areas not float weird
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 26 Sep 2013 15:30:36 +0000 (11:30 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 26 Sep 2013 16:10:03 +0000 (12:10 -0400)
One little change from the original patch to make it 2em; instead of just 1em;

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index b0083d4..a7b65c3 100644 (file)
@@ -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 {