From ea017990c589ee3c9abd18c547385286921d087b Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Wed, 25 Sep 2013 12:27:40 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.43.2