Style logout button as link

This commit is contained in:
Jakub Vrana 2012-08-10 07:06:01 -07:00
parent 2d18afaf7f
commit 98bc4fc4d2
4 changed files with 7 additions and 2 deletions

View 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>

View file

@ -1,2 +1,2 @@
<?php
$VERSION = "3.5.1";
$VERSION = "3.5.2-dev";

View 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; }

View 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