summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-03 08:22:29 +0100
committerAndrew Dolgov <[email protected]>2005-09-03 08:22:29 +0100
commita0d5388913ca8f9a97fa1ef257517230412bafdd (patch)
tree6c331d48d6a8a93d612875564c3a273b7b9a84bb /tt-rss.css
parentf92db4f5e750358bf49f4aa81d6f91b00e006494 (diff)
reworked preferences dialog, start work on post filters (schema updated)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 6 insertions, 2 deletions
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;
+}
+