서버 선택창 추가 변경.

- div absolute로 강제로 띄우는 것을 제거
- '폐쇄중' 까지 정상적으로 띄움
This commit is contained in:
2018-03-17 05:55:55 +09:00
parent cd1456caa7
commit f557e1f241
5 changed files with 120 additions and 49 deletions
+10 -1
View File
@@ -10,7 +10,7 @@ table {
text-align: center;
font-family: '맑은 고딕'; line-height: 110%;
}
td {
th, td {
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
padding: 0px;
font-size: 13px;
@@ -56,6 +56,15 @@ input {
line-height: 110%;
}
*/
input.with_skin {
width: 100px; height: 18px;
background-color: black; color: white;
font-family: '맑은 고딕';
font-size: 13px;
line-height: 110%;
}
select {
width: 100px; height: 18px;
background-color: black; color: white;