From 4a1c5dd97e1df30181f086ef115ad0889a03c1e8 Mon Sep 17 00:00:00 2001 From: Bill Ott Date: Thu, 19 Sep 2013 10:18:16 -0400 Subject: [PATCH] Fix up the advanced search tabs advanced, numeric, expert Signed-off-by: Bill Ott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index ecbf8dedbf..2ff121a132 100644 --- 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; + } } -- 2.43.2