Tweak the tab shape in TT OPAC
authorMichael Peters <mrpeters@library.in.gov>
Mon, 3 Oct 2011 20:07:30 +0000 (16:07 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 3 Oct 2011 20:32:48 +0000 (16:32 -0400)
A slight modification to the "tab" elements throughout the OPAC to make them look more like tabs on a file folder.  I
found the rounded off bottoms less attractive, so I flattened them out to flow more evenly with the rest of the page.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/css/skin/default/opac/style.css

index 52dcb1c..368dad5 100644 (file)
@@ -289,8 +289,8 @@ div.select-wrapper:hover {
     display: block;
     margin: 10px 7px 10px 0px;
     padding: 10px 0px 10px 0px;
-    -moz-border-radius: 5%
-    border-radius: 5%;
+    -moz-border-radius: 7px 7px 0px 0px
+    border-radius: 7px 7px 0px 0px;
     font-weight: bold;
     color: #45709b;
     background: #9ad0f1;