summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 12:39:22 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 12:39:22 +0100
commit79f3553b8b82e9b62b82456bdcdf74a4abe162fe (patch)
treee89a1617133f03eb474507b41d6f3cb450338628 /tt-rss.css
parent14f69488dafab0fc44666038eb370d59b54d1e9c (diff)
create filter dialog uses prototype
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6c4a86367..56edc7e93 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -278,14 +278,14 @@ a:hover {
opacity : 0.8;
}
-/*
#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
#iedit_parent_feed {
width : 100%;
padding-left : 2px;
-} */
+ background-color : #f0fff0;
+}
input.iedit {
width : 100%;
@@ -1099,4 +1099,7 @@ div.noDaemonWarning {
width : 100%;
}
-
+form {
+ margin : 0px;
+ padding : 0px;
+}