Add logo to setup script
This commit is contained in:
parent
2f7a1969ce
commit
003d77427c
@ -134,7 +134,7 @@ switch ($command) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$messages[] = $langSetup["welcome"];
|
$messages[] = "<img src=\"../icons/favicon-32x32.png\">" . $langSetup["welcome"];
|
||||||
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
||||||
$messages[] = "<span class=\"warn\">" . sprintf($langSetup["phpversionwarn"], PHP_VERSION) . "</span>";
|
$messages[] = "<span class=\"warn\">" . sprintf($langSetup["phpversionwarn"], PHP_VERSION) . "</span>";
|
||||||
}
|
}
|
||||||
@ -188,6 +188,9 @@ switch ($command) {
|
|||||||
color: #f8f5f7;
|
color: #f8f5f7;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
}
|
}
|
||||||
|
#message img {
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
#message input[type=text], #message input[type=password] {
|
#message input[type=text], #message input[type=password] {
|
||||||
width: 40em;
|
width: 40em;
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user