Make the width fixed

This commit is contained in:
Madhura Jayaratne 2012-04-29 18:18:42 +05:30
parent aa7e85eba7
commit dd6268ec59

View File

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