From: pifou <pifou@02bbb61a-6d21-0410-aba0-cb053bdfd66a>
Date: Fri, 29 Jun 2007 14:24:08 +0000 (+0000)
Subject: MOD Modification du pied page
X-Git-Url: https://git.euphorik.ch/?a=commitdiff_plain;h=96a0780d59a161f6b958c664a163d9b5aa2fcefd;p=pompage.git

MOD Modification du pied page

git-svn-id: svn://euphorik.ch/pompage@40 02bbb61a-6d21-0410-aba0-cb053bdfd66a
---

diff --git a/css/yopyop.css b/css/yopyop.css
index c2eaffd..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,19 +115,17 @@ div.entete form p label {
    margin-right: 4px;
 }
 
-div.entete form input[type='checkbox'] {
-   border:2px solid red;
-}
-
 div.contenu {
    padding-top: 50px;
    min-width: 630px;
+   min-height: 100%;
+   background-color: #7BC671;  
 }
 
 table#liste {
    width: 100%;
    border-spacing: 0px 0px;
-   margin-bottom:70px;
+   margin-bottom:40px;
    margin-top: 10px;   
 }
 
@@ -287,19 +287,14 @@ table#liste table.detail td.titreDetail {
 div.pied {
    position: fixed;
    bottom: 0px;
-   height: 14px;
+   height: 20px;
    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;
+   padding-top: 10px;
+   background-color: #65A35D;
+   font-size: 10pt;
+   -moz-border-radius: 20px 20px 0px 0px;
 }
 
 div.pied span#tempsRecherche, div.pied span#by {
diff --git a/xsl/yopyop.xsl b/xsl/yopyop.xsl
index cbbf1f7..e21f409 100644
--- a/xsl/yopyop.xsl
+++ b/xsl/yopyop.xsl
@@ -81,9 +81,7 @@
     </div>
     
     <div class="pied">
-     <div>
       <span id="by" >by pifou</span>/<a href="../xpi/divxlist.xpi">extension firefox</a>/<span id="tempsRecherche"></span>
-     </div>
     </div>
     
    </body>