Merge pull request #12996 from mike-000/align-labels
Align labels with the Select elements in the Raster Reprojection example
This commit is contained in:
3
examples/reprojection.css
Normal file
3
examples/reprojection.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.form-inline label {
|
||||
justify-content: left;
|
||||
}
|
||||
@@ -37,8 +37,12 @@ tags: "reprojection, projection, proj4js, osm, wms, wmts, hidpi, grid"
|
||||
<option value="EPSG:5479">RSRGD2000 / MSLC2000 (EPSG:5479)</option>
|
||||
</select>
|
||||
</div>
|
||||
<label>
|
||||
Render reprojection edges
|
||||
<input type="checkbox" id="render-edges">
|
||||
</label>
|
||||
</form>
|
||||
<form class="form-inline">
|
||||
<div class="col-md-auto">
|
||||
<label>
|
||||
Render reprojection edges:
|
||||
<input type="checkbox" id="render-edges" />
|
||||
</label>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user