DB Operations tab adjusted for low resolution browsers
This commit is contained in:
@@ -349,11 +349,6 @@ if ($db == 'information_schema') {
|
||||
}
|
||||
|
||||
if (!$is_information_schema) {
|
||||
?>
|
||||
<div class="operations_half_width">
|
||||
<?php require './libraries/display_create_table.lib.php'; ?>
|
||||
</div>
|
||||
<?php
|
||||
if ($cfgRelation['commwork']) {
|
||||
/**
|
||||
* database comment
|
||||
@@ -377,6 +372,11 @@ if (!$is_information_schema) {
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<div class="operations_half_width">
|
||||
<?php require './libraries/display_create_table.lib.php'; ?>
|
||||
</div>
|
||||
<?php
|
||||
/**
|
||||
* rename database
|
||||
*/
|
||||
|
@@ -1252,7 +1252,7 @@ li#li_user_preferences {
|
||||
}
|
||||
|
||||
.operations_half_width {
|
||||
min-width: 48%;
|
||||
width: 48%;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
|
@@ -1547,7 +1547,7 @@ li#li_user_preferences {
|
||||
}
|
||||
|
||||
.operations_half_width {
|
||||
min-width: 48%;
|
||||
width: 48%;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user