LP1054053 - Restore stylized left-brain input boxes
authorMichael Peters <mrpeters@library.in.gov>
Fri, 21 Sep 2012 13:38:24 +0000 (09:38 -0400)
committerBen Shum <bshum@biblio.org>
Sun, 20 Jan 2013 06:41:19 +0000 (01:41 -0500)
We lost this when we took away the original background image, and
this caused IE to blend the boxes in with the background (see e3bf3c5).

Instead of using the default input box bordering, lets restore the
smooth look 2.2 had.

This restores the original look of TPAC circa 2.2 in lieu of a
simple solid border.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index 1c80b1e..4d68f76 100644 (file)
@@ -568,6 +568,7 @@ div.format_icon {
     margin:0;
     padding:0;
     background: none;
+    border: none;
     font-size: [% css_fonts.size_bigger %];
     color: [% css_colors.accent_medium %];
 }
@@ -575,6 +576,9 @@ div.format_icon {
 #main-content .left_brain .input_bg {
     padding:10px 10px 0px 13px;
     background: [% css_colors.background %];
+    box-shadow:         inset 0 0 8px #ADADB2;
+    -moz-border-radius: 5px;
+    border-radius: 5px;
     width:167px;
     height:29px;
 }