some initial feed-linking work

This commit is contained in:
Andrew Dolgov
2005-12-28 20:17:26 +01:00
parent de99f5005d
commit 1da7e457d8
3 changed files with 58 additions and 16 deletions

View File

@@ -320,7 +320,8 @@ a:hover {
#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_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
#iedit_parent_feed {
width : 100%;
padding-left : 2px;
}
@@ -910,3 +911,8 @@ img.closeButton {
border-width : 0px;
float : right;
}
span.groupPrompt {
font-size : x-small;
color : #505050;
}