summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less13
1 files changed, 7 insertions, 6 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 0034dbe51..952d426fa 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -676,17 +676,18 @@ body.ttrss_main {
width : 18px;
}
- div.fatalError {
- margin-bottom : 10px;
-
- button {
- margin-top : 5px;
+ .error-contents {
+ .message {
+ color : red;
}
textarea {
- width : 565px;
+ width : 99%;
height : 200px;
}
+ .dlgButtons {
+ text-align : center;
+ }
}
#content-wrap {