Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-05-20 15:43:11 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-20 15:43:11 +0400
commit4ffeb06ca0cfc8afac3879d9b6938537cd8eb2ba (patch)
tree6700b031be654e5bdafc9182b5777c5120f1767e /tbl_zoom_select.php
parenta88705463db29c36156fa6574bdc572fa8090a44 (diff)
Improve resizer
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index b57f631edf..d6960190bc 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -416,14 +416,14 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null'
//JSON encode the data(query result)
if (isset($zoom_submit) && ! empty($data)) {
?>
- <div id='resizer' style="width:600px;height:400px">
+ <div id="resizer">
<center><a href="#" onclick="displayHelp();"><?php echo __('How to use'); ?></a></center>
<div id="querydata" style="display:none">
<?php
echo json_encode($data);
?>
</div>
- <div id="querychart" style="float:right"></div>
+ <div id="querychart"></div>
<button class="button-reset"><?php echo __('Reset zoom'); ?></button>
</div>
<?php