]> git.p6c8.net - jirafeau.git/commitdiff
Closes #5 fix courgette skin for installation process
authorJerome Jutteau <mojo@couak.net>
Fri, 20 Mar 2015 13:28:45 +0000 (14:28 +0100)
committerJerome Jutteau <mojo@couak.net>
Fri, 20 Mar 2015 13:28:45 +0000 (14:28 +0100)
install.php
lib/config.original.php
media/courgette/style.css.php

index 41b25fc5d165db768102030428bbee30dc47b187..bc4c486cd235c740ad3951dae592fc921ce5261c 100644 (file)
@@ -359,7 +359,6 @@ case 4:
     }
     else
     {
-        $cfg['style'] = 'courgette';
         $cfg['installation_done'] = true;
         jirafeau_export_cfg ($cfg);
         echo '<div class="message"><p>' .
index 4e14155f8527ecea6fe7eef1f546d02f5d212f06..47de3192c4e6c6b5c22610178304f3fe87cee66d 100644 (file)
@@ -34,7 +34,7 @@ $cfg['var_root'] = '';
  */
 $cfg['lang'] = 'auto';
 /* Select your style :) See media folder */
-$cfg['style'] = 'modern';
+$cfg['style'] = 'courgette';
 /* Propose a preview link if file type is previewable is set to true. */
 $cfg['preview'] = true;
 /* Download page: propose a link to a download page is set to true. */
index b07d7a5c69c556417d7ab0d7f4a9347180538ba7..5cffb5a5a9f413208a7d0754aa5803f58a06cabe 100644 (file)
@@ -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; }
 

patrick-canterino.de