]> git.p6c8.net - jirafeau.git/blobdiff - media/courgette/style.css.php
media/courgette: fix borders in install
[jirafeau.git] / media / courgette / style.css.php
index 666a8abf0583ef7b562f0980c777ed0f2e0b4966..9d9ddcd284967beca8f180032dbf008eb23ccb2e 100644 (file)
@@ -88,7 +88,6 @@ legend {
   color: #663D1C;
   font-size: 1.2em;
   display: block;
-  width: 30%;
   min-width: 8em;
   text-align: center;
 }
@@ -292,20 +291,18 @@ textarea[readonly="readonly"] + p + p a:focus {
 #install + fieldset {
   width: auto;
   max-width: 50em;
-  border: 0;
+  border: 7px dashed #bcaaa4;
 }
 
 #install table,
 #install + fieldset table {
   width: 100%;
   border-collapse: collapse;
-  border-bottom: 2px solid #FFF;
 }
 
 #install td,
 #install + fieldset td {
   padding: 0.5em 1em;
-  border: 2px solid #FFF;
   border-bottom: 0;
 }
 
@@ -328,7 +325,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; }
 

patrick-canterino.de