mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Use negative position instead of z-index to hide element
This commit is contained in:
@@ -92,7 +92,7 @@ if (!$row) {
|
|||||||
<table cellspacing="0" class="nowrap">
|
<table cellspacing="0" class="nowrap">
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<th><?php echo lang('Index Type'); ?>
|
<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><?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>
|
<th><noscript><input type='image' class='icon' name='add[0]' src='../adminer/static/plus.gif' alt='+' title='<?php echo lang('Add next'); ?>'></noscript>
|
||||||
</thead>
|
</thead>
|
||||||
|
Reference in New Issue
Block a user