Closes #5 fix courgette skin for installation process

This commit is contained in:
Jerome Jutteau 2015-03-20 14:28:45 +01:00
parent befd20f2c8
commit e52d63a457
3 changed files with 3 additions and 4 deletions

View File

@ -359,7 +359,6 @@ case 4:
}
else
{
$cfg['style'] = 'courgette';
$cfg['installation_done'] = true;
jirafeau_export_cfg ($cfg);
echo '<div class="message"><p>' .

View 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. */

View 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; }