]> git.joonet.de Git - adminer.git/commitdiff
Use class instead inline style
authorJakub Vrana <jakub@vrana.cz>
Mon, 23 Jan 2017 22:10:50 +0000 (14:10 -0800)
committerJakub Vrana <jakub@vrana.cz>
Mon, 23 Jan 2017 22:10:50 +0000 (14:10 -0800)
adminer/indexes.inc.php

index 821d0ffb9b983af69d544fec44dd1f4dccea1645..c6c2950b6cb08cd6e94fe3e2a16fcf7066feed7f 100644 (file)
@@ -94,7 +94,7 @@ if (!$row) {
 <table cellspacing="0" class="nowrap">
 <thead><tr>
 <th><?php echo lang('Index Type'); ?>
-<th><input type="submit" style="left: -1000px; position: absolute;"><?php echo lang('Column (length)'); ?>
+<th><input type="submit" class="wayoff"><?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>