diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/css/style.css b/css/style.css index 28e18b96..69e37497 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -205,19 +205,6 @@ body.article { | |||
205 | } | 205 | } |
206 | } | 206 | } |
207 | 207 | ||
208 | /*** ***/ | 208 | .messages { |
209 | /*** MESSAGES ***/ | 209 | |
210 | 210 | } \ No newline at end of file | |
211 | .messages { width: 100%; -moz-border-radius: 4px; border-radius: 4px; display: block; padding: 10px 0; margin: 10px auto 10px; clear: both; } | ||
212 | .messages a.closeMessage { margin: -14px -8px 0 0; display:none; width: 16px; height: 16px; float: right; background: url(../img/messages/close.png) no-repeat; } | ||
213 | /*.messages:hover a.closeMessage { visibility:visible; }*/ | ||
214 | .messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; } | ||
215 | .messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; } | ||
216 | .messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; } | ||
217 | .messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } | ||
218 | .messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; } | ||
219 | .messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; } | ||
220 | .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } | ||
221 | .messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; } | ||
222 | .messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; } | ||
223 | .messages.information a { text-decoration: underline; } | ||