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) {
|
if (!$is_information_schema) {
|
||||||
?>
|
|
||||||
<div class="operations_half_width">
|
|
||||||
<?php require './libraries/display_create_table.lib.php'; ?>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
if ($cfgRelation['commwork']) {
|
if ($cfgRelation['commwork']) {
|
||||||
/**
|
/**
|
||||||
* database comment
|
* database comment
|
||||||
@@ -377,6 +372,11 @@ if (!$is_information_schema) {
|
|||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
|
<div class="operations_half_width">
|
||||||
|
<?php require './libraries/display_create_table.lib.php'; ?>
|
||||||
|
</div>
|
||||||
|
<?php
|
||||||
/**
|
/**
|
||||||
* rename database
|
* rename database
|
||||||
*/
|
*/
|
||||||
|
@@ -1252,7 +1252,7 @@ li#li_user_preferences {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.operations_half_width {
|
.operations_half_width {
|
||||||
min-width: 48%;
|
width: 48%;
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1547,7 +1547,7 @@ li#li_user_preferences {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.operations_half_width {
|
.operations_half_width {
|
||||||
min-width: 48%;
|
width: 48%;
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user