X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2Fyopyop.css;h=460aba585427822233ad69004a6b5793902fe788;hb=96a0780d59a161f6b958c664a163d9b5aa2fcefd;hp=bb631fd8310f17a2f299ad2443d75d204a5e969f;hpb=1d1d04cb3cd7f38fe64202f5c98a026136bf12b5;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index bb631fd..460aba5 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -8,6 +8,7 @@ html { background-color: #8DDD83; height: auto; font: normal 12pt Arial, Verdana, Helvetica, sans-serif; + height: 100%; } a { @@ -34,6 +35,7 @@ body { margin-right: auto; margin-top: 0px; text-align: left; + height: 100%; } h1 { @@ -113,29 +115,17 @@ 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); - z-index: 5; - min-width: 630px; -} - div.contenu { padding-top: 50px; min-width: 630px; + min-height: 100%; + background-color: #7BC671; } table#liste { width: 100%; border-spacing: 0px 0px; - margin-bottom:50px; + margin-bottom:40px; margin-top: 10px; } @@ -294,4 +284,26 @@ table#liste table.detail td.titreDetail { font-weight: bold; } +div.pied { + position: fixed; + bottom: 0px; + height: 20px; + width: 90%; + z-index: 5; + min-width: 630px; + padding-top: 10px; + background-color: #65A35D; + font-size: 10pt; + -moz-border-radius: 20px 20px 0px 0px; +} + +div.pied span#tempsRecherche, div.pied span#by { + margin-left: 10px; + margin-right: 10px +} + +div.pied a { + margin-left: 10px; + margin-right: 10px +}