summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 22:27:05 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 22:27:05 +0400
commit3c200461f81250f7e112149bf9b55245943b42c1 (patch)
tree1d4d476c7f908f74a19f9cbfd6888aeceb205c00 /install
parent6a1f4249241764482f0419e3993fdd875f7e4ad3 (diff)
more notice css tweaks
Diffstat (limited to 'install')
-rw-r--r--install/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php
index 9cbab20f1..416765e8f 100644
--- a/install/index.php
+++ b/install/index.php
@@ -80,12 +80,13 @@
}
function print_error($msg) {
- print "<div class='error'><img src='../images/sign_excl.svg'> $msg</div>";
+ print "<div class='error'><span><img src='../images/sign_excl.svg'></span>
+ <span>$msg</span></div>";
}
function print_notice($msg) {
print "<div class=\"notice\">
- <img src=\"../images/sign_info.svg\">$msg</div>";
+ <span><img src=\"../images/sign_info.svg\"></span><span>$msg</span></div>";
}
function db_connect($host, $user, $pass, $db, $type, $port) {