From: Dan Scott Date: Mon, 12 Sep 2011 19:03:18 +0000 (-0400) Subject: Add some Web 1.5-ishness with rounder corners for tabs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c6c8d2a58b28b6dc0cbc7aba7e4285a95bfd47c;p=evergreen%2Fmasslnc.git Add some Web 1.5-ishness with rounder corners for tabs 5% radius is a lot more subtle. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 1bc4f53978..7cbfa3e867 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -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 {