Add logo to setup script

This commit is contained in:
Bartek Fabiszewski 2017-04-17 22:35:58 +02:00
parent 2f7a1969ce
commit 003d77427c

View File

@ -134,7 +134,7 @@ switch ($command) {
break;
default:
$messages[] = $langSetup["welcome"];
$messages[] = "<img src=\"../icons/favicon-32x32.png\">" . $langSetup["welcome"];
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
$messages[] = "<span class=\"warn\">" . sprintf($langSetup["phpversionwarn"], PHP_VERSION) . "</span>";
}
@ -188,6 +188,9 @@ switch ($command) {
color: #f8f5f7;
padding: 10%;
}
#message img {
vertical-align: bottom;
}
#message input[type=text], #message input[type=password] {
width: 40em;
padding: 0.4em;