From: silvus Date: Mon, 22 Apr 2013 20:58:07 +0000 (+0200) Subject: Reprise du style de l'écran de connexion X-Git-Tag: 0.2.1~2^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=9acfade8294755cce6c1170364f2669cb73edbbe;p=github%2Fwallabag%2Fwallabag.git Reprise du style de l'écran de connexion --- diff --git a/css/style-light.css b/css/style-light.css index 5b9c6c11..926a5cc7 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -8,6 +8,16 @@ a, a:hover, a:visited { color: #000; } +.bouton { + background-color: #000; + color: #fff; + border: none; +} +.bouton:hover { + background-color: #040707; + color: #F1F1F1; +} + #main ul#links li a.current { background-color: #000; color: #fff; 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; } diff --git a/tpl/home.html b/tpl/home.html index ad881997..75367e2f 100644 --- a/tpl/home.html +++ b/tpl/home.html @@ -10,7 +10,7 @@
  • config
  • logout
  • - {if condition="isset($entries)"} + {if condition="isset($entries)"}