X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=css%2Fyopyop.css;h=94ce67ed8f911961eee6e4eeb928e838dde8c135;hp=efb507690e3d9ba91fd09244ccdbcac4e4ae7aa9;hb=758f0146355cf0b6c0745d1e73c94c060fc6405c;hpb=5613a3fda1f8667227866cb1684b8a75efd2d069 diff --git a/css/yopyop.css b/css/yopyop.css index efb5076..94ce67e 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -55,6 +55,7 @@ div.entete { height: 50px; color: #8DDD83; -moz-border-radius: 0px 0px 20px 20px; + min-width: 650px; } div.entete img { @@ -64,10 +65,18 @@ div.entete img { } div.entete h1 { - float: left; + float: left; margin-top: 8px; } +div.entete div#nbFilms { + position: absolute; + left: 280px; + top: 33px; + font-size: 9pt; + color: black; +} + div.entete form { float: right; padding-right: 10px; @@ -118,6 +127,7 @@ div.pied { div.contenu { padding-top: 50px; + min-width: 650px; } table#liste { @@ -150,12 +160,34 @@ table#liste td.duree { table#liste td.lien { text-align: center; - width: 50px; + width: 15px; +} + +table#liste td.lien div { + position: absolute; +} + +table#liste td.lien a { + position: absolute; + width: 15px; + height: 19px; + display: block; + z-index: 1; + background-image: url(../img/pomme1.png) +} + +table#liste td.lien a:hover { + width: 30px; + height: 38px; + left: -7px; + top: -9px; + z-index: 10; + background-image: url(../img/pomme2.png) } table#liste td.fichier { text-align: center; - width: 50px; + width: 12px; } table#liste td.fichier div {