Make the width fixed
This commit is contained in:
parent
aa7e85eba7
commit
dd6268ec59
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user