From 3cbab1e26eb127f43efe1f931423a901a49217b4 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 29 Jan 2013 00:27:55 -0500 Subject: [PATCH] LP1054053 - Remove white padding around login inputs Forget efforts to make the boxes bigger and smoother as it was in the past. Instead, opting for a cleaner look by removing the extra white background that was part of the padding surrounding the actual login input area. This removes the feeling that the box area should have been bigger than it really is. Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/css/style.css.tt2 | 3 +-- 1 file changed, 1 insertion(+), 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 3da8ea421c..58ffb4cd00 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -567,14 +567,13 @@ div.format_icon { height:18px; margin:0; padding:0; - background: none; + background: [% css_colors.background %]; font-size: [% css_fonts.size_bigger %]; color: [% css_colors.text %]; } #main-content .left_brain .input_bg { padding:10px 10px 0px 13px; - background: [% css_colors.background %]; width:167px; height:29px; } -- 2.11.0