지도에 도시명 켬끔 추가

This commit is contained in:
2018-07-19 00:39:05 +09:00
parent abeba9384f
commit 472db24705
4 changed files with 49 additions and 1 deletions
+7
View File
@@ -195,3 +195,10 @@ div.bar_out div.bar_in{
.tooltiptext {
display: none;
}
.btn-group-xs > .btn, .btn-xs {
padding : .25rem .4rem;
font-size : .875rem;
line-height : .5;
border-radius : .2rem;
}
+18
View File
@@ -51,6 +51,20 @@
top:0;
}
.map_body .map_button_stack{
position:absolute;
right:0;
bottom:0;
}
.map_body .map_toggle_cityname::after{
content: "끄기"
}
.map_body .map_toggle_cityname.active::after{
content: "켜기"
}
.world_map .city_tooltip{
position: absolute;
z-index:6;
@@ -104,6 +118,10 @@
color:white;
}
.world_map.hide_cityname .city_detail_name{
display:none;
}
.city_base{
position:absolute;
width:40px;