From a443e3b6e3aa7d75dc61dc95fa2cdc408ebfda65 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 3 Oct 2011 16:07:30 -0400 Subject: [PATCH] Tweak the tab shape in TT OPAC 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 Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/web/css/skin/default/opac/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 52dcb1ccbb..368dad5a5c 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -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; -- 2.43.2