summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-14 21:23:09 +0400
committerAndrew Dolgov <[email protected]>2012-06-14 21:23:09 +0400
commitca6a0741b4819207e19d1afca02044db9885b94d (patch)
tree334e2c13b0ac6eb3804e034a3892968316a2b619 /tt-rss.css
parentddb575c744e2740611fd51d11492a5bdc6265caf (diff)
tweak dialog topmost notices; add an explanation for the batch feed editor
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f87ef7cfe..ff48914c0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1411,3 +1411,8 @@ a.bookmarklet {
td.error {
color : red;
}
+
+div.dialogNotice {
+ margin-bottom : 5px;
+ color : gray;
+}