5% radius for subtly rounded corners
authorDan Scott <dscott@laurentian.ca>
Mon, 12 Sep 2011 19:16:50 +0000 (15:16 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 12 Sep 2011 19:16:50 +0000 (15:16 -0400)
15% was too much, especially on long thin blocks; it looked like
space-time was being warped.

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

index 7cbfa3e..cbf2543 100644 (file)
@@ -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; }