1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 08:41:28 +00:00

use prototype in form editor

This commit is contained in:
Andrew Dolgov
2006-05-20 12:16:16 +01:00
parent c6932f8da2
commit 14f69488da
6 changed files with 1849 additions and 132 deletions

View File

@@ -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%;
}