From: Lebbeous Fogle-Weekley Date: Thu, 26 Sep 2013 15:30:36 +0000 (-0400) Subject: OPAC: on the login page, Make "Questions?"/"FAQs" areas not float weird X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3e19b0442b316b6d2ed7cc057dea8e4785640f85;p=working%2FEvergreen.git OPAC: on the login page, Make "Questions?"/"FAQs" areas not float weird Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index b0083d43bf..35a42a39ba 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: 1em; } .login-help-button {