From: Bill Ott Date: Thu, 19 Sep 2013 14:18:16 +0000 (-0400) Subject: Fix up the advanced search tabs advanced, numeric, expert X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4a1c5dd97e1df30181f086ef115ad0889a03c1e8;p=evergreen%2Fpines.git 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 --- 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; + } }