From debabf1c411689c2e00b429c4ea7b6c16d90a383 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 00:46:27 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 - 1 file changed, 1 deletion(-) 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; -- 2.43.2