mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-18 05:18:38 +01:00
Closes #5 fix courgette skin for installation process
This commit is contained in:
parent
befd20f2c8
commit
e52d63a457
@ -359,7 +359,6 @@ case 4:
|
||||
}
|
||||
else
|
||||
{
|
||||
$cfg['style'] = 'courgette';
|
||||
$cfg['installation_done'] = true;
|
||||
jirafeau_export_cfg ($cfg);
|
||||
echo '<div class="message"><p>' .
|
||||
|
@ -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. */
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user