From 003d77427cd4d3a3ee6e5b894493f7eeba35234e Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Mon, 17 Apr 2017 22:35:58 +0200 Subject: [PATCH] Add logo to setup script --- scripts/setup.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/setup.php b/scripts/setup.php index a657c00..4805353 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -134,7 +134,7 @@ switch ($command) { break; default: - $messages[] = $langSetup["welcome"]; + $messages[] = "" . $langSetup["welcome"]; if (version_compare(PHP_VERSION, '5.4.0', '<')) { $messages[] = "" . sprintf($langSetup["phpversionwarn"], PHP_VERSION) . ""; } @@ -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;