From: Ben Shum Date: Tue, 29 Jan 2013 05:27:55 +0000 (-0500) Subject: LP1054053 - Remove white padding around login inputs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=11dd0bd8b9614db85cd0789efccbd1bb0edefaa3;p=evergreen%2Fpines.git 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 Signed-off-by: Michael Peters --- 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; }