* Fix bug #23809.
This commit is contained in:
@@ -1 +1 @@
|
||||
.radio-inline {margin-left: 10px !important;}
|
||||
#region_chosen.chosen-container .chosen-results {max-height: 115px;}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->kanbanregion->style;?></th>
|
||||
<td><?php echo html::radio('region', $regions, 'custom');?></td>
|
||||
<td><?php echo html::select('region', $regions, 'custom', "class='form-control chosen' data-drop_direction='up'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' class='form-actions text-center'>
|
||||
|
||||
Reference in New Issue
Block a user