DB Operations tab adjusted for low resolution browsers

This commit is contained in:
Madhura Jayaratne
2011-05-02 01:21:46 +05:30
parent 3256a44076
commit f25945b8be
3 changed files with 7 additions and 7 deletions

View File

@@ -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
*/

View File

@@ -1252,7 +1252,7 @@ li#li_user_preferences {
}
.operations_half_width {
min-width: 48%;
width: 48%;
float: <?php echo $left; ?>;
}

View File

@@ -1547,7 +1547,7 @@ li#li_user_preferences {
}
.operations_half_width {
min-width: 48%;
width: 48%;
float: <?php echo $left; ?>;
}