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 <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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 {
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 {
.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 {