diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-20 21:22:52 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-20 21:22:52 +0100 |
commit | 404153241e18785f44fe87d065677f57231679b1 (patch) | |
tree | 3faf4764755f412f47a2f9e3d221d648f4cd1e85 | |
parent | 50f247d7fdb40511f1af476a121a6d2f055a24f8 (diff) | |
download | vdr-plugin-live-404153241e18785f44fe87d065677f57231679b1.tar.gz vdr-plugin-live-404153241e18785f44fe87d065677f57231679b1.tar.bz2 |
Reverted part of Rolfs changes in the CSS file. Not all parts of the
pagemenu shall become bold. Made only the new recordings Filter field
bold, as it is the wish of Rolf who added it.
-rw-r--r-- | css/styles.css | 5 | ||||
-rw-r--r-- | pages/recordings.ecpp | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/css/styles.css b/css/styles.css index 3605e68..cef24b3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -446,11 +446,6 @@ div#pagemenu form { display: inline; } -div#pagemenu span { - color: black; - font-weight: bold; -} - div#pagemenu a { color: black; font-weight: bold; diff --git a/pages/recordings.ecpp b/pages/recordings.ecpp index 92eb7be..d761bb4 100644 --- a/pages/recordings.ecpp +++ b/pages/recordings.ecpp @@ -222,7 +222,7 @@ for (recIter = recItems.begin(); recIter != recItems.end(); ++recIter) { <span class="sep">|</span> <a href="recordings.html?sort=date&filter=<? currentFilter != "" ? currentFilter ?>" alt="" /><$ tr("Sort by date") $></a> <span class="sep">|</span> -<span class="label"><$ tr("Filter") $>: <input type="text" name="filter" value="<$ currentFilter $>" id="filter" onchange="filterRecordings(this)" /> <& tooltip.help text=(tr("Look in recordings titles and subtitles for the given string and display only the matching ones. You may also use perl compatible regular expressions (PCRE).")) &></span> +<span class="label bold"><$ tr("Filter") $>: <input type="text" name="filter" value="<$ currentFilter $>" id="filter" onchange="filterRecordings(this)" /> <& tooltip.help text=(tr("Look in recordings titles and subtitles for the given string and display only the matching ones. You may also use perl compatible regular expressions (PCRE).")) &></span> <%cpp> } </%cpp> </%def> |