LP1054053 - Remove white padding around login inputs
authorBen Shum <bshum@biblio.org>
Tue, 29 Jan 2013 05:27:55 +0000 (00:27 -0500)
committerBen Shum <bshum@biblio.org>
Mon, 4 Feb 2013 16:40:41 +0000 (11:40 -0500)
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 <bshum@biblio.org>
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Open-ILS/src/templates/opac/css/style.css.tt2

index 3da8ea4..58ffb4c 100644 (file)
@@ -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;
 }