]> git.joonet.de Git - adminer.git/commitdiff
Use negative position instead of z-index to hide element
authorJakub Vrana <jakub@vrana.cz>
Fri, 2 Aug 2013 01:32:02 +0000 (18:32 -0700)
committerJakub Vrana <jakub@vrana.cz>
Fri, 2 Aug 2013 01:32:02 +0000 (18:32 -0700)
adminer/indexes.inc.php

index 9da3234805c19d6ea27044dccdc91cd2adf10f29..9eb8710ab1ae333b02f6ceecba4db1ac6e102f32 100644 (file)
@@ -92,7 +92,7 @@ if (!$row) {
 <table cellspacing="0" class="nowrap">
 <thead><tr>
 <th><?php echo lang('Index Type'); ?>
-<th><input type="submit" style="z-index: -1; position: absolute; height: 0;"><?php echo lang('Column (length)'); ?>
+<th><input type="submit" style="left: -1000px; position: absolute;"><?php echo lang('Column (length)'); ?>
 <th><?php echo lang('Name'); ?>
 <th><noscript><input type='image' class='icon' name='add[0]' src='../adminer/static/plus.gif' alt='+' title='<?php echo lang('Add next'); ?>'></noscript>&nbsp;
 </thead>