X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2Fyopyop.css;h=c2eaffd17c814192b083c580eebb6731a922d41e;hb=9bfb8ca12c473315b9c174e9b280c2ad0ed23a31;hp=bb631fd8310f17a2f299ad2443d75d204a5e969f;hpb=1d1d04cb3cd7f38fe64202f5c98a026136bf12b5;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index bb631fd..c2eaffd 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -117,16 +117,6 @@ 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; @@ -135,7 +125,7 @@ div.contenu { table#liste { width: 100%; border-spacing: 0px 0px; - margin-bottom:50px; + margin-bottom:70px; margin-top: 10px; } @@ -294,4 +284,31 @@ table#liste table.detail td.titreDetail { font-weight: bold; } +div.pied { + position: fixed; + bottom: 0px; + height: 14px; + width: 90%; + background-image: url(../img/collines.png); + background-repeat: repeat-x; + z-index: 5; + min-width: 630px; + padding-top: 50px; +} + +div.pied div { + background-color: #64A25C; + font-size: 8pt; + padding-left: 10px; +} + +div.pied span#tempsRecherche, div.pied span#by { + margin-left: 10px; + margin-right: 10px +} + +div.pied a { + margin-left: 10px; + margin-right: 10px +}