Fix #1142 move save button up a little bit

제대로 된 해결책은 아니지만, 메뉴 모듈 갈아엎을 때까지 임시방편
This commit is contained in:
Kijin Sung 2019-03-06 00:50:17 +09:00
parent b97425fa92
commit e60fab4969
2 changed files with 2 additions and 1 deletions

View file

@ -337,6 +337,7 @@ padding:0;list-style:none}
#skin .disabled>.mask{display:block;cursor:not-allowed}
/* Full Setup */
#fullSetup .x_btn-group{position:absolute;right:4px;margin: 0 5px;}
#fullSetup .x_btn-group button { position:relative;top:-30px;}
/* Message Box */
#msgBox{width:600px;margin-left:-300px}
#msgBox._small{width:400px;margin-left:-200px}