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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-04-29 16:48:42 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-29 16:48:42 +0400
commitdd6268ec59d878e2eadfa5165b02d380a0d70f92 (patch)
tree0c4c95b0912c92bc095f50e2f51dc1db12c4a007 /tbl_chart.php
parentaa7e85eba709a5de263a7feaaedd7c29d18342fc (diff)
Make the width fixed
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index d5221e15f5..4db039c2f3 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -77,7 +77,7 @@ url_query = '<?php echo $url_query;?>';
<?php echo PMA_generate_common_hidden_inputs($url_params); ?>
<fieldset>
<legend><?php echo __('Display chart'); ?></legend>
- <div style="float:left;">
+ <div style="float:left; width:370px;">
<input type="radio" name="chartType" value="bar" id="radio_bar" />
<label for ="radio_bar"><?php echo _pgettext('Chart type', 'Bar'); ?></label>
<input type="radio" name="chartType" value="column" id="radio_column" />