X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=css%2Fyopyop.css;h=122c0d82745bd5a3cf0f771704fcf751297974ba;hp=6f9e440f6639a08f0ddbbcdd6f9f7c46cfd00417;hb=5994f8f0dab3e0f66bd8107536e9cbccd208be40;hpb=6a3e9e285bd76141ce1475f3ecc0c3f220a5c968 diff --git a/css/yopyop.css b/css/yopyop.css index 6f9e440..122c0d8 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -68,39 +68,55 @@ div.entete img { div.entete h1 { float: left; - margin-top: 10px; + margin-top: 8px; } -div.pied { - position: fixed; - bottom: 0px; - height: 50px; - width: 90%; - background-image: url(../img/collines.png) -} - -div form { - float: right; +div.entete form { + float: right; padding-right: 10px; padding-top: 5px; + margin-right: 30px; } -div form input { +div.entete form input { font-size: 16pt; background-color: #B1F1A9; + margin: 0px; + padding: 0px; } -div form button { +div.entete form button { position: relative; - top: -5px; height: 25px; width: 25px; - margin: 2px; - background-color: #B1F1A9; border: 0px; + background-color: #B1F1A9; background-image: url(../img/clear.png); background-position: center; background-repeat: no-repeat; + vertical-align: top; +} + +div.entete form p { + color: black; + font-size: 7pt; + margin-top: 1px; +} + +div.entete form p label { + margin-right: 4px; +} + +div.entete form input[type='checkbox'] { + border:2px solid red; +} + +div.pied { + position: fixed; + bottom: 0px; + height: 50px; + width: 90%; + background-image: url(../img/collines.png) } div.contenu {