]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/courgette/style.css.php
fix minimum width in download page (courgette skin)
[jirafeau_mojo42.git] / media / courgette / style.css.php
index 1978065733c1c59064347c8140b9fb43fa2fb83e..4c85c04ad7dffcdacbad5cf2cbc2435caa8ace20 100644 (file)
@@ -78,6 +78,7 @@ fieldset {
   width: 20em;
   border: 7px dashed #bcaaa4;
   min-height: 15em;
+  min-width: 30em;
   position: relative;
 }
 
@@ -106,12 +107,13 @@ input[type="submit"] {
   color: #FFF;
   border-bottom: 5px solid #085B69;
   cursor: pointer;
+  margin: 10px;
 }
 
 select,
 input[type="text"],
 input[type="password"] {
-  border: 0;
+  border: 1;
   padding: 0.5em 1em;
   font-size: 1em;
   width: 89%;
@@ -239,7 +241,9 @@ input[type="submit"]:focus {
 
 .message,
 .error {
+  color: #d55548;
   font-style: italic;
+  font-weight: bold;
 }
 
 /* ==========================================================================
@@ -347,4 +351,4 @@ textarea[readonly="readonly"] + p + p a:focus {
   position: static;
   margin: 0;
   text-decoration: underline;
-}
\ No newline at end of file
+}

patrick-canterino.de