유통지도 CALS 구분 전체 표시/해제 위치 조정
parent
e2c2be3975
commit
6d93ac6d40
|
|
@ -1373,10 +1373,11 @@ function table3display(){
|
|||
</script>
|
||||
<div class="map-division-wrapper">
|
||||
<div class="map-division-title" id="map-label-cals">
|
||||
<input id="toggleChkAll" name="toggleChkAll" type="checkbox" value="checkbox" onclick="forceUncheckHoleLayerOnOff(this);" title="전체 지도 구분(CALS) 숨김/보임" checked />
|
||||
<!-- <input id="toggleChkAll" name="toggleChkAll" type="checkbox" value="checkbox" onclick="forceUncheckHoleLayerOnOff(this);" title="전체 지도 구분(CALS) 숨김/보임" checked /> -->
|
||||
지도구분
|
||||
</div>
|
||||
<div class="map-division-contents">
|
||||
<label style=" cursor: pointer; font-weight: lighter;"><input id="toggleChkAll" name="toggleChkAll" type="checkbox" value="checkbox" onclick="forceUncheckHoleLayerOnOff(this);" title="전체 지도 구분(CALS) 숨김/보임" checked style="margin-right: 5px;" />전체 표시</label>
|
||||
<!-- 트리메뉴 시작 -->
|
||||
<ul id="browser" class="treeview ground-info-left-treeview">
|
||||
<li class="open">
|
||||
|
|
|
|||
|
|
@ -296,7 +296,8 @@ input[type=checkbox],
|
|||
input[type=radio] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
vertical-align: middle;
|
||||
/* vertical-align: middle; */
|
||||
vertical-align: sub;
|
||||
}
|
||||
.gg-radio, .gg-checkbox {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue