- <%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
- <br/>
- <%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %>
- <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
- <br/><br/>
- <%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
+ <%= text_field_tag("maxlat", nil, :size => 10, :class => "export_bound form-control mx-auto") %>
+ <div class="clearfix">
+ <%= text_field_tag("minlon", nil, :size => 10, :class => "export_bound form-control") %>
+ <%= text_field_tag("maxlon", nil, :size => 10, :class => "export_bound form-control") %>