X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=css%2Fyopyop.css;h=ac3501b2267641b4ea990dc357a31a2858d002d7;hb=92c4a7fa969d325828d932c09d6686f4e6f52171;hp=bb631fd8310f17a2f299ad2443d75d204a5e969f;hpb=1d1d04cb3cd7f38fe64202f5c98a026136bf12b5;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index bb631fd..ac3501b 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,20 @@ 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 p { + background-color: #64A25C; + font-size: 8pt; + padding-left: 10px; +}