summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 06:53:31 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 06:53:31 +0100
commit73495fd16f6e89c5eeefb6a9c2fdc11b14fa57d4 (patch)
tree1ca8e9232f678dd41a3ae159695d2bb1d18c67e5 /tt-rss.css
parent6906f145918586c2f2c453d83857f2442df9b94a (diff)
tweak new version notification stuff
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 137ea8927..9ecc38801 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1156,6 +1156,13 @@ div.tagCloudContainer {
text-align : center;
}
+div.errorExplained {
+ border : 1px solid #99d67a;
+ background-color : white;
+ margin : 5px 0px 5px 0px;
+ padding : 5px;
+}
+
ul.feedErrorsList {
height : 300px;
overflow : auto;
@@ -1728,6 +1735,7 @@ a.feedUpdErrLink {
#newVersionIcon {
vertical-align : middle;
cursor : pointer;
+ margin-left : 10px;
}
a.helpLinkPic {