From 77e9671919d21b2b1d08c9da38520ba7a40592a1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Nov 2005 06:26:54 +0100 Subject: preferences editor --- tt-rss.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 933575aba..5c3251abb 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -246,6 +246,11 @@ a:hover { padding-left : 2px; } +input.editbox { + width : 200px; + padding-left : 2px; +} + #notify { font-size : 10pt; text-align : right; @@ -390,7 +395,8 @@ table.prefAddFeed input { } table.prefFeedList tr.title td, table.prefFilterList tr.title td, - table.headlinesList tr.title td, table.prefLabelList tr.title td { + table.headlinesList tr.title td, table.prefLabelList tr.title td, + table.prefPrefsList tr.title td { font-weight : bold; border-width : 0px 0px 1px 0px; border-color : #f0f0f0; -- cgit v1.2.3