diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-18 20:01:56 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-18 20:01:56 +0200 |
commit | 143f550ba6bee8c13ce80a753fe6f15a20a551f1 (patch) | |
tree | 26ff1bb46df5ad5c1dbf711fb323a7659a715345 /themes/baggy/css | |
parent | 5d49f06220d3a8f1c731a6cea7f39fd71e8c774d (diff) | |
parent | 729c89aec41c7f53411deb43389e2b775a29d073 (diff) | |
download | wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.tar.gz wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.tar.zst wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.zip |
Merge pull request #1814 from wallabag/dev
Wallabag 1.9.2
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-x | themes/baggy/css/messages.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/themes/baggy/css/messages.css b/themes/baggy/css/messages.css index 42da70b3..5854e731 100755 --- a/themes/baggy/css/messages.css +++ b/themes/baggy/css/messages.css | |||
@@ -1,3 +1,20 @@ | |||
1 | .messages { | ||
2 | display: block; | ||
3 | clear: both; | ||
4 | width: 400px; | ||
5 | margin: 10px auto 10px; | ||
6 | padding: 10px 0; | ||
7 | -moz-border-radius: 4px; | ||
8 | border-radius: 4px; | ||
9 | } | ||
10 | |||
11 | .messages p { | ||
12 | margin: 3px 0 3px 10px !important; | ||
13 | padding: 0 10px 0 23px !important; | ||
14 | font-size: 14px; | ||
15 | line-height: 16px; | ||
16 | } | ||
17 | |||
1 | .messages.error.install { | 18 | .messages.error.install { |
2 | border: 1px solid #c42608; | 19 | border: 1px solid #c42608; |
3 | color: #c00 !important; | 20 | color: #c00 !important; |
@@ -16,4 +33,10 @@ | |||
16 | border: 1px solid #6dc70c; | 33 | border: 1px solid #6dc70c; |
17 | background: #e0fbcc !important; | 34 | background: #e0fbcc !important; |
18 | text-align: left; | 35 | text-align: left; |
36 | } | ||
37 | |||
38 | .messages.information, | ||
39 | .messages.info { | ||
40 | border: 1px solid #82aee7; | ||
41 | background: #dfebfb; | ||
19 | } \ No newline at end of file | 42 | } \ No newline at end of file |