]> git.joonet.de Git - adminer.git/commitdiff
Style logout button as link
authorJakub Vrana <jakub@vrana.cz>
Fri, 10 Aug 2012 14:06:01 +0000 (07:06 -0700)
committerJakub Vrana <jakub@vrana.cz>
Fri, 10 Aug 2012 14:06:01 +0000 (07:06 -0700)
adminer/include/adminer.inc.php
adminer/include/version.inc.php
adminer/static/default.css
changes.txt

index ca147116a32cc375eda3f568dd4da30aa2ac7725..4dfce81a2be64edfd544ba44d7dc24edbdff52fd 100644 (file)
@@ -804,7 +804,7 @@ DROP PROCEDURE adminer_alter;
                                }
                        }
                        ?>
-<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>">
+<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
 <input type="hidden" name="token" value="<?php echo $token; ?>">
 </p>
 </form>
index 0f935812fe2b9f5fd0c917ebbab8e585434a9606..469754a49a2f7998aad7e8422fb58e3459485436 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-$VERSION = "3.5.1";
+$VERSION = "3.5.2-dev";
index 39c0751fbc240d04b6b409fa95ae24ddca9516ad..84adb0e20e98ca72990550aea05651f6286d7804 100644 (file)
@@ -50,6 +50,8 @@ input[type=image] { vertical-align: middle; }
 #dbs { overflow: hidden; }
 #logins, #tables { overflow: auto; }
 #logins a, #tables a { background: #fff; }
+#logout { background: none; border: none; color: blue; font: inherit; padding: 0; text-decoration: underline; cursor: pointer; }
+#logout:hover { color: red; }
 #content { margin: 2em 0 0 21em; padding: 10px 20px 20px 0; }
 #lang { position: absolute; top: 0; left: 0; line-height: 1.8em; padding: .3em 1em; }
 #breadcrumb { white-space: nowrap; position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; }
index 167f92547a842e6ebbce183992a9f2834473e9cc..c75bd09bbae3eb63b7606f349e84546942db2dc5 100644 (file)
@@ -1,3 +1,6 @@
+Adminer 3.5.2-dev:
+Style logout button as link
+
 Adminer 3.5.1 (released 2012-08-10):
 Support same name fields in CSV export
 Support Shift+click in export