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=7188b110ca7c2dcde23f053a978c508974564082;p=Evergreen.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 285b49372a..120244a7d9 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -562,14 +562,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; }