layers added style

parent 7678218b
...@@ -17,7 +17,8 @@ body { ...@@ -17,7 +17,8 @@ body {
} }
.submenu { .submenu {
padding-right: 140px !important; text-align: left;
padding-left: 20px;
} }
.img-comp-container { .img-comp-container {
......
...@@ -169,67 +169,67 @@ ...@@ -169,67 +169,67 @@
</a> </a>
<ul class="treeview-menu sidebar-form text-center"> <ul class="treeview-menu sidebar-form text-center">
<span> <span>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="TCI" id="tcicheck" checked> <input class="form-check-input" type="checkbox" name="layer_type" value="TCI" id="tcicheck" checked>
<label class="form-check-label" for="tcicheck"> <label class="form-check-label" for="tcicheck">
TCI TCI
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_0" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_0" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL No Data SCL No Data
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_1" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_1" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Saturated SCL Saturated
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_2" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_2" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Shadows SCL Shadows
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_3" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_3" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Cloud Shadows SCL Cloud Shadows
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_4" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_4" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Vegetation SCL Vegetation
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_5" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_5" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Not-Vegetated SCL Not-Vegetated
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_6" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_6" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Water SCL Water
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_7" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_7" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Unclassified SCL Unclassified
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_8" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_8" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Clouds SCL Clouds
</label> </label>
</div> </div>
<div class="form-check"> <div class="form-check submenu">
<input class="form-check-input" type="checkbox" name="layer_type" value="SCL_9" id="sclcheck"> <input class="form-check-input" type="checkbox" name="layer_type" value="SCL_9" id="sclcheck">
<label class="form-check-label" for="sclcheck"> <label class="form-check-label" for="sclcheck">
SCL Snow SCL Snow
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment