From: Dan Wells Date: Wed, 25 Sep 2013 16:27:40 +0000 (-0400) Subject: MOPAC: Remove fixed height from fines tabs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea017990c589ee3c9abd18c547385286921d087b;p=evergreen%2Fpines.git MOPAC: Remove fixed height from fines tabs With 'overflow:auto' applied, a fixed height isn't needed, and actually causes minor issues. Signed-off-by: Dan Wells Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index ac5482c5d6..6abaec865b 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1757,9 +1757,6 @@ a.preflib_change { font-size: [% css_fonts.size_base %]; margin: 0px 5px 0px 0px; } - #acct_fines_tabs { - height: 15px; - } #dash_wrapper div { background: transparent;