]> git.joonet.de Git - adminer.git/commitdiff
Style icon in create database
authorJakub Vrana <jakub@vrana.cz>
Wed, 10 Jul 2013 15:57:08 +0000 (08:57 -0700)
committerJakub Vrana <jakub@vrana.cz>
Thu, 11 Jul 2013 18:20:03 +0000 (11:20 -0700)
adminer/database.inc.php

index d2a5b6183311a32be213a391f5c1ebea8371ebe0..de02637fda9f64440e31370ae9eae154037a4b39 100644 (file)
@@ -68,7 +68,7 @@ echo ($_POST["add_x"] || strpos($name, "\n")
 if (DB != "") {
        echo "<input type='submit' name='drop' value='" . lang('Drop') . "'" . confirm() . ">\n";
 } elseif (!$_POST["add_x"] && $_GET["db"] == "") {
-       echo "<input type='image' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
+       echo "<input type='image' class='icon' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
 }
 ?>
 <input type="hidden" name="token" value="<?php echo $token; ?>">