The text on the result header buttons was all 100%, while the text
labels for the sort and limit to available widgets for some reason were
set to a smaller font size, despite appearing on the same line.
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>
.results_header_lbl {
font-weight: bold;
float: left;
- font-size: [% css_fonts.size_small %];
color: [% css_colors.text %];
background: [% css_colors.accent_medium %];
margin-right: 0.5em;