사령부 UI 간결화, (구현은 아직), 일부 변수명 변경

This commit is contained in:
2018-11-24 22:22:27 +09:00
parent b0cc200df7
commit 52fd932fd8
17 changed files with 265 additions and 286 deletions
+2
View File
@@ -1,3 +1,5 @@
@charset "UTF-8";
#container{
width:1024px;
margin:auto;
+55
View File
@@ -0,0 +1,55 @@
@charset "UTF-8";
#chiefTurnSelector{
width:50px;
color:white;
background-color:black;
font-size:13px;
}
.chiefTurnTable{
display:flex;
flex-flow:row nowrap;
}
.chiefTurnTable .flexDisplay{
justify-content: center;
}
.chiefTurnBox{
width:240px;
}
.chiefTurnBox .turnHeader{
font-weight: bold;
text-align: center;
}
.chiefTurnBox .turnList{
}
.chiefNamePlate{
font-weight: bold;
text-align: center;
}
.turnIdxHeader{
font-weight: bold;
text-align: center;
width:20px;
}
.chiefTurnTime{
font-weight: bold;
background: black;
text-align: center;
width:43px;
}
.chiefTurnText{
table-layout: fixed;
width:192px;
}
+2
View File
@@ -1,3 +1,5 @@
@charset "UTF-8";
#scoutMsgForm .viewer{
max-height:200px;
overflow: hidden;
+1
View File
@@ -1,3 +1,4 @@
@charset "UTF-8";
.rankView {
width:1100px;
+7
View File
@@ -67,4 +67,11 @@ color:white;
.nation_info td{
height:18px;
}
#generalTurnSelector{
width:50px;
color:white;
background-color:black;
font-size:13px;
}
+2
View File
@@ -1,3 +1,5 @@
@charset "UTF-8";
.world_map{
width:700px;
background:black;
+2
View File
@@ -1,3 +1,5 @@
@charset "UTF-8";
.container{
width:1000px;
margin:0 auto;
+2
View File
@@ -1,3 +1,5 @@
@charset "UTF-8";
#troop_list .cityText{
display:none;
}