diff --git a/hwe/css/map.css b/hwe/css/map.css index 94085c21..9e3f0e73 100644 --- a/hwe/css/map.css +++ b/hwe/css/map.css @@ -90,7 +90,7 @@ .world_map .city_tooltip{ position: absolute; - z-index:6; + z-index:16; display:none; min-width:120px; border: 0.02em gray solid; diff --git a/hwe/index.php b/hwe/index.php index a83f67b9..e2a99fc8 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -182,10 +182,7 @@ if (!$otherTextInfo) {
전체 접속자 수 : online_user_cnt ?> 명
턴당 갱신횟수 : conlimit ?>회
-
-
동작 시각: " . substr($gameStor->turntime, 5, 14) . "") : ("동작 시각: " . substr($gameStor->turntime, 5, 14) . "") ?>
-
-
tournament == 0) : ?> +
tournament == 0) : ?> 현재 토너먼트 경기 없음
-
+
+
동작 시각: " . substr($gameStor->turntime, 5, 14) . "") : ("동작 시각: " . substr($gameStor->turntime, 5, 14) . "") ?>
+
+
0) : ?> 거래 진행중 진행중 거래 없음
-
+
vote ?: ['']; $vote_title = Tag2Code($gameStor->vote_title ?? '-'); @@ -211,9 +211,7 @@ if (!$otherTextInfo) { 진행중 설문 없음 - - 설문 진행중 : $vote_title - + 설문 진행중 :
@@ -226,7 +224,9 @@ if (!$otherTextInfo) {
【 국가방침 】
-
+
+
+
diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index 8ca19401..06db29f4 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -69,6 +69,12 @@ body { } } +.vote-cell { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + @include media-breakpoint-up(md) { #map_view { grid-template-columns: 700px 300px; @@ -101,7 +107,7 @@ body { .commandPad { position: absolute; - z-index: 99; + z-index: 7; } @@ -153,7 +159,7 @@ body { } } -#nation-msg-box{ +#nation-msg-box { position: relative; overflow: hidden; } @@ -433,13 +439,15 @@ body { @include media-breakpoint-down(md) { - #mailbox_list-col{ + #mailbox_list-col { order: 1; } + #msg_submit-col { order: 2; } - #msg_input-col{ + + #msg_input-col { order: 3; } }