Skip to content
Snippets Groups Projects
Commit a5123fff authored by Raphael Das Gupta's avatar Raphael Das Gupta
Browse files

Bootstrap formatting for bbox input fields

parent f97a0591
No related branches found
No related tags found
No related merge requests found
......@@ -35,23 +35,23 @@
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<label>North</label>
<input />
<input class="form-control" />
</div>
</div>
<div class="row">
<div class="col-sm-4">
<label>West</label>
<input />
<input class="form-control "/>
</div>
<div class="col-sm-4 col-sm-offset-4">
<label>East</label>
<input />
<input class="form-control" />
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<label>South</label>
<input />
<input class="form-control" />
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment