projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d5a28
)
Add some Web 1.5-ishness with rounder corners for tabs
author
Dan Scott
<dscott@laurentian.ca>
Mon, 12 Sep 2011 19:03:18 +0000
(15:03 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Mon, 12 Sep 2011 19:03:18 +0000
(15:03 -0400)
5% radius is a lot more subtle.
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
1bc4f53
..
7cbfa3e
100644
(file)
--- 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 {