From a0d5388913ca8f9a97fa1ef257517230412bafdd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 3 Sep 2005 08:22:29 +0100 Subject: reworked preferences dialog, start work on post filters (schema updated) --- tt-rss.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index a714ca5cb..3ecb8970e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -240,7 +240,7 @@ table.prefAddFeed { } -table.prefFeedList tr.title td { +table.prefFeedList tr.title td, table.prefFilterList tr.title td { font-weight : bold; border-width : 0px 0px 1px 0px; border-color : #f0f0f0; @@ -377,9 +377,13 @@ img.feedIcon { border : 1px solid #c0c0c0; } -#iedit_title, #iedit_link { +#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr { width : 100%; padding-left : 2px; } +div.expPane { + margin : 15px; +} + -- cgit v1.2.3