summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 12:16:16 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 12:16:16 +0100
commit14f69488dafab0fc44666038eb370d59b54d1e9c (patch)
treeba13d122515ba6436a5f21d253cc4d07a159efd8 /tt-rss.css
parentc6932f8da234df5b53eef4b599fbcf6999f3c84b (diff)
use prototype in form editor
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 43128a7ec..6c4a86367 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -278,12 +278,18 @@ 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;
+} */
+
+input.iedit {
+ width : 100%;
+ padding-left : 2px;
}
input.editbox {
@@ -1092,3 +1098,5 @@ div.noDaemonWarning {
#qafInput {
width : 100%;
}
+
+