projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22d9ed
)
Fix up the advanced search tabs advanced, numeric, expert
author
Bill Ott
<bott@grpl.org>
Thu, 19 Sep 2013 14:18:16 +0000
(10:18 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000
(18:42 -0400)
Signed-off-by: Bill Ott <bott@grpl.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
ecbf8de
..
2ff121a
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-1971,5
+1971,16
@@
a.preflib_change {
.bookshelf table thead tr {
display: block;
}
-
+ #adv_search_tabs {
+ height: 25px;
+ }
+ #adv_search_tabs a{
+ font-size: 93%;
+ margin: 2px;
+ margin-right: 2px;
+ margin-bottom: 2px;
+ padding: 2px 2px 5px 2px;
+ -moz-border-radius: 10px 0px 0px 0px;
+ border-radius: 7px 7px 0px 0px;
+ }
}