From 5f75e36872392462528da9827d6f1b3acedf6f7d Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 12 Sep 2011 15:16:50 -0400 Subject: [PATCH] 5% radius for subtly rounded corners 15% was too much, especially on long thin blocks; it looked like space-time was being warped. Signed-off-by: Dan Scott --- 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 7cbfa3e867..cbf2543fd3 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1028,8 +1028,8 @@ a.dash-link:hover { text-decoration: underline !important; } .opac-button { color: white; font-weight: bold; - -moz-border-radius: 15%; - border-radius: 15%; + -moz-border-radius: 5%; + border-radius: 5%; background: #1784c7; } .opac-button:hover { background: #359ee0; } -- 2.11.0