]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/courgette/style.css.php
lib/lang: make translation file names have a better pattern
[jirafeau_mojo42.git] / media / courgette / style.css.php
index 8796b9a79751052e28bf77a1048013907e4bf9e4..5cffb5a5a9f413208a7d0754aa5803f58a06cabe 100644 (file)
@@ -88,7 +88,7 @@ legend {
   color: #663D1C;
   font-size: 1.2em;
   display: block;
-  width: 100%;
+  min-width: 8em;
   text-align: center;
 }
 
@@ -125,7 +125,7 @@ input[type="submit"]:focus {
   border: 0;
   position: relative;
   top: 5px;
-  margin-bottom: 5px;
+  margin-bottom: 15px;
 }
 
 .inner {
@@ -187,7 +187,7 @@ input[type="submit"]:focus {
    ========================================================================== */
 
 #options {
-  position: absolute;
+  position: relative;
   z-index: 10;
   background: #efebe9;
   width: 100%;
@@ -291,7 +291,7 @@ textarea[readonly="readonly"] + p + p a:focus {
 #install + fieldset {
   width: auto;
   max-width: 50em;
-  border: 0;
+  border: 7px dashed #bcaaa4;
 }
 
 #install table,
@@ -327,7 +327,7 @@ textarea[readonly="readonly"] + p + p a:focus {
   width: 100%;
 }
 
-#install td:last-child { text-align: right; }
+#install td:last-child { text-align: left; }
 
 #install .info { width: 19em; }
 
@@ -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