Add some Web 1.5-ishness with rounder corners for tabs
authorDan Scott <dscott@laurentian.ca>
Mon, 12 Sep 2011 19:03:18 +0000 (15:03 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 12 Sep 2011 19:03:18 +0000 (15:03 -0400)
5% radius is a lot more subtle.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/css/skin/default/opac/style.css

index 1bc4f53..7cbfa3e 100644 (file)
@@ -286,6 +286,8 @@ div.select-wrapper:hover {
        display: block;
        margin: 10px 7px 10px 0px;
     padding: 10px 0px 10px 0px;
+    -moz-border-radius: 5%; 
+    border-radius: 5%;
 }
 
 #adv_search, #num_search, #expert_search {