summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-14 23:46:49 +0300
committerAndrew Dolgov <[email protected]>2010-11-14 23:46:49 +0300
commit951906dcecb1d3c7bcf751976a03e0c196ca6db0 (patch)
tree7d5d077b03a47cf59755dc2ed3021e8ee2816428 /tt-rss.css
parent75c510323be9682951412510d82f97d838dcb3bf (diff)
use Modalbox library for popup dialogs
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;
+}