From b91971d1a41064ceb462ae867593846c3370ab11 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 01:07:00 -0400 Subject: [PATCH] TPAC: Define result header padding by contents Rather than defining padding for the result header bar and then defining margins for the contained labels and buttons, rely strictly on the buttons and labels to position themselves. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 93a42ee4b5..888dc7aca6 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -656,11 +656,6 @@ div.format_icon { border-top:1px solid [% css_colors.accent_mediumdark %]; } -#results_header_inner { - padding-top: 0.5em; - padding-bottom: 0.5em; -} - .cached_list_div { height: 25px; } .results_header_div { @@ -676,8 +671,7 @@ div.format_icon { float: left; color: [% css_colors.text %]; background: [% css_colors.accent_medium %]; - margin-right: 0.5em; - margin-top: 0.5em; + margin: 0.5em 0.5em 0.5em 0em; } .results_header_sel { @@ -1207,8 +1201,7 @@ a.dash-link:hover { text-decoration: underline !important; } .results_header_btns, .results_header_sel { float:left; - margin-right: 0.5em; - margin-top: 0.5em; + margin: 0.5em 0.5em 0.5em 0em; } .opac-button:disabled { -- 2.11.0