summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-28 20:17:26 +0100
committerAndrew Dolgov <[email protected]>2005-12-28 20:17:26 +0100
commit1da7e457d84e97a7b961f115289481febace0cc5 (patch)
treef4efeacc0bc3a237df94e90b54b3434820032eb4 /tt-rss.css
parentde99f5005d48a668392ff4bda877854134e0d2f1 (diff)
some initial feed-linking work
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index fd50263bc..bffbe0e23 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}