]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/courgette/style.css.php
media/courgette: fix width of 'select file'
[jirafeau_mojo42.git] / media / courgette / style.css.php
index 1399cd89ab922c96f93eebb4af397fce760f4bfe..b07d7a5c69c556417d7ab0d7f4a9347180538ba7 100644 (file)
@@ -88,7 +88,7 @@ legend {
   color: #663D1C;
   font-size: 1.2em;
   display: block;
-  width: 100%;
+  min-width: 8em;
   text-align: center;
 }
 
@@ -187,7 +187,7 @@ input[type="submit"]:focus {
    ========================================================================== */
 
 #options {
-  position: absolute;
+  position: relative;
   z-index: 10;
   background: #efebe9;
   width: 100%;
@@ -345,12 +345,9 @@ textarea[readonly="readonly"] + p + p a:focus {
   color: #000;
   font-weight: bold;
   border-bottom: 0;
-  width: 12em;
 }
 
 #install + fieldset td:first-child input[type="submit"]:hover,
 #install + fieldset td:first-child input[type="submit"]:focus {
-  position: static;
-  margin: 0;
   text-decoration: underline;
 }

patrick-canterino.de