사령부 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
+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;
}