summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 22:27:05 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 22:27:05 +0400
commit3c200461f81250f7e112149bf9b55245943b42c1 (patch)
tree1d4d476c7f908f74a19f9cbfd6888aeceb205c00 /tt-rss.css
parent6a1f4249241764482f0419e3993fdd875f7e4ad3 (diff)
more notice css tweaks
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 8bf591326..454e2ffd1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -288,7 +288,12 @@ div.error {
div.warning img, div.notice img, div.error img {
margin-right : 4px;
vertical-align : middle;
+}
+
+div.warning span, div.notice span, div.error span {
display : table-cell;
+ vertical-align : middle;
+
}
ul.nomarks {