From 42e8c332faa280857405b5cb4af42747fb9d5d57 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 26 Sep 2013 11:30:36 -0400 Subject: [PATCH] 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 Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index b0083d43bf..a7b65c3beb 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 { -- 2.43.2