projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c6c8d2
)
5% radius for subtly rounded corners
author
Dan Scott
<dscott@laurentian.ca>
Mon, 12 Sep 2011 19:16:50 +0000
(15:16 -0400)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/opac/style.css
b/Open-ILS/web/css/skin/default/opac/style.css
index
7cbfa3e
..
cbf2543
100644
(file)
--- 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:
1
5%;
+ -moz-border-radius:
5%;
+ border-radius: 5%;
background: #1784c7;
}
.opac-button:hover { background: #359ee0; }