From f8c4a4594a68c998982ee60c6a1f42bf332c765f 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 763642c9fd..49d83c69f0 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