diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2013-04-22 23:04:18 -0700 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2013-04-22 23:04:18 -0700 |
commit | 2761de0184d03ad85f69589c379c94049bb43d24 (patch) | |
tree | c28cb3df3f1069934ec1be771e344879a7d09222 /css/style.css | |
parent | d3607de9297d1af9a788c90b1297e644ce882ca7 (diff) | |
parent | d2beefd27c814acdfa248e4ca469e6cad06288a4 (diff) | |
download | wallabag-2761de0184d03ad85f69589c379c94049bb43d24.tar.gz wallabag-2761de0184d03ad85f69589c379c94049bb43d24.tar.zst wallabag-2761de0184d03ad85f69589c379c94049bb43d24.zip |
Merge pull request #72 from Silvus/dev
Style de l'écran de connexion
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/css/style.css b/css/style.css index b8327c30..9fadfa96 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -4,11 +4,14 @@ body { | |||
4 | margin: 10px; | 4 | margin: 10px; |
5 | } | 5 | } |
6 | 6 | ||
7 | |||
8 | header { | 7 | header { |
9 | text-align: center; | 8 | text-align: center; |
10 | } | 9 | } |
11 | 10 | ||
11 | .bouton { | ||
12 | border-radius: 2px; | ||
13 | } | ||
14 | |||
12 | #main ul#links { | 15 | #main ul#links { |
13 | padding: 0; | 16 | padding: 0; |
14 | list-style-type: none; | 17 | list-style-type: none; |
@@ -57,11 +60,6 @@ footer { | |||
57 | } | 60 | } |
58 | 61 | ||
59 | /*** ***/ | 62 | /*** ***/ |
60 | /*** LOGIN FORM ***/ | ||
61 | ul#login li { | ||
62 | list-style-type: none; | ||
63 | } | ||
64 | /*** ***/ | ||
65 | /*** LINKS DISPLAY ***/ | 63 | /*** LINKS DISPLAY ***/ |
66 | 64 | ||
67 | #main a.tool { | 65 | #main a.tool { |
@@ -208,7 +206,7 @@ body.article { | |||
208 | .messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; } | 206 | .messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; } |
209 | .messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; } | 207 | .messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; } |
210 | .messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; } | 208 | .messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; } |
211 | .messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } | 209 | .messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } |
212 | .messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; } | 210 | .messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; } |
213 | .messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; } | 211 | .messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; } |
214 | .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } | 212 | .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } |