From: Dan Scott Date: Tue, 24 Sep 2013 04:46:27 +0000 (-0400) Subject: TPAC: Make result label text consistent size X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=debabf1c411689c2e00b429c4ea7b6c16d90a383;p=evergreen%2Fmasslnc.git TPAC: Make result label text consistent size 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 3e60a60d1d..763642c9fd 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -674,7 +674,6 @@ div.format_icon { .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;