summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 130b0e37a..171bb94ff 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -799,7 +799,7 @@ span.groupPrompt {
}
div.tagCloudContainer {
- border : 1px solid #99d67a;
+ border : 1px solid gray;
background-color : white;
margin : 5px 0px 5px 0px;
padding : 5px;
@@ -1749,3 +1749,13 @@ div.hlUpdPic {
div.hlUpdPic img {
max-width : 16px;
}
+
+
+div.fatalError button {
+ margin-top : 5px;
+}
+
+div.fatalError textarea {
+ width : 100%;
+ height : 100px;
+}