MOPAC: Remove fixed height from fines tabs
authorDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 16:27:40 +0000 (12:27 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:27 +0000 (18:45 -0400)
With 'overflow:auto' applied, a fixed height isn't needed, and
actually causes minor issues.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/templates/opac/css/style.css.tt2

index ac5482c..6abaec8 100644 (file)
@@ -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;