TPAC: More responsive search result header buttons
authorDan Scott <dscott@laurentian.ca>
Mon, 23 Sep 2013 19:02:04 +0000 (15:02 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:12 +0000 (18:45 -0400)
Rather than having a specific height of 40px, which is crazy, remove the
specific height. This enables the buttons contained in the search result
header to wrap without overlapping the bottom border in strange
patterns.

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

index 50087b4..e3dcad8 100644 (file)
@@ -257,7 +257,6 @@ span.dash_divider {
 }
 
 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
-    height: 40px;
     margin-left: 2px;
 }
 
@@ -658,8 +657,8 @@ div.format_icon {
 }
 
 #results_header_inner {
-    height: 32px;
-    padding-top:6px;
+    padding-top: 0.5em;
+    padding-bottom: 0.5em;
 }
 
 .cached_list_div { height: 25px; }
@@ -667,7 +666,6 @@ div.format_icon {
 .results_header_div {
     float: left;
     width: 0px;
-    height: 25px;
     border-left: 1px solid [% css_colors.accent_mediumdark %];
     border-right: 1px solid [% css_colors.accent_medium %];
     margin: 0px 13px;