서버 선택 창에서 '로그인 된 경우' 정상 작동하지 않는 문제 해결

- 추가로 이미지가 틀어져서 나오는 문제도 해결
This commit is contained in:
2018-03-18 00:44:44 +09:00
parent 2b85cd09bb
commit a573969897
4 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -19,22 +19,22 @@
}
#server_list tr{
height:64px;
height:66px;
}
#server_list .server_create_and_select .general_create,
#server_list .server_create_and_select .general_select {
width: 120px; height: 32px;
width: 120px; height: 33px;
float: left;
}
#server_list .general_create,
#server_list .general_login {
width: 120px; height: 64px;
width: 120px; height: 66px;
float: left;
}
.server_list_btn{
.ignore_border{
border:0;
margin:0;
padding:0;