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>
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;
}