Corrections de CSS

Corrige #26 et améliore un poil le bouton « se souvenir de moi » en mode 
light.
This commit is contained in:
Darks 2019-09-07 21:54:59 +02:00
parent ab6275c08f
commit 5bf90f9d05
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 4 additions and 1 deletions

View File

@ -122,7 +122,10 @@
display: block;
margin: 5px 15px; padding: 5px 10px;
font-size: 14px;
background: #e8e8e8; transition: background .15s ease;
transition: background .15s ease;
}
#menu form label {
float: left; margin-right: 10px;
}
#menu form input:first-child {
margin-bottom: 0; border-bottom: none;