X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=css%2Fstyle.css;h=9fadfa9601d33ad09d6f5f5a193e288e316c8f36;hb=95a7596cb4757e33d31bde1daac9f10c17bec1d4;hp=b8327c30bd388e144ef470bd41eea7126dea2d10;hpb=176d733a445cebe6160633494f9b88dca41223d0;p=github%2Fwallabag%2Fwallabag.git 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 { margin: 10px; } - header { text-align: center; } +.bouton { + border-radius: 2px; +} + #main ul#links { padding: 0; list-style-type: none; @@ -56,11 +59,6 @@ footer { text-align: right; } -/*** ***/ -/*** LOGIN FORM ***/ -ul#login li { - list-style-type: none; -} /*** ***/ /*** LINKS DISPLAY ***/ @@ -208,7 +206,7 @@ body.article { .messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; } .messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; } .messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; } -.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } +.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } .messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; } .messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; } .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; }