1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

create filter dialog uses prototype

This commit is contained in:
Andrew Dolgov
2006-05-20 12:39:22 +01:00
parent 14f69488da
commit 79f3553b8b
5 changed files with 42 additions and 47 deletions

View File

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