From: Jerome Jutteau Date: Fri, 20 Mar 2015 13:28:45 +0000 (+0100) Subject: Closes #5 fix courgette skin for installation process X-Git-Tag: 1.1~139 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/e52d63a4571281a820f2c538c76070e16411d794 Closes #5 fix courgette skin for installation process --- diff --git a/install.php b/install.php index 41b25fc..bc4c486 100644 --- a/install.php +++ b/install.php @@ -359,7 +359,6 @@ case 4: } else { - $cfg['style'] = 'courgette'; $cfg['installation_done'] = true; jirafeau_export_cfg ($cfg); echo '

' . diff --git a/lib/config.original.php b/lib/config.original.php index 4e14155..47de319 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -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. */ diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index b07d7a5..5cffb5a 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -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; }