From 9acfade8294755cce6c1170364f2669cb73edbbe Mon Sep 17 00:00:00 2001 From: silvus Date: Mon, 22 Apr 2013 22:58:07 +0200 Subject: [PATCH] =?utf8?q?Reprise=20du=20style=20de=20l'=C3=A9cran=20de=20?= =?utf8?q?connexion?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/style-light.css | 10 ++++++++++ css/style.css | 12 +++++------- tpl/home.html | 2 +- tpl/login.html | 40 +++++++++++++++++++++------------------- 4 files changed, 37 insertions(+), 27 deletions(-) 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)"}