메시지창 정렬.

몰/포 1200, 1500 추가
This commit is contained in:
2018-04-18 22:16:59 +09:00
parent 2c382da773
commit 0e650da34a
2 changed files with 24 additions and 1 deletions
+14 -1
View File
@@ -75,19 +75,32 @@
color:white;
}
.message_input_form{
position:relative;
}
#msg_input{
color:white;
background-color:black;
font-size:12px;
width:720px;
width:715px;
margin:0 2px;
height:15px;
}
#msg_submit{
position:absolute;
right:0;
margin-right:2px;
}
#mailbox_list{
float:left;
color:white;
background-color:black;
font-size:12px;
width:160px;
height:20px;
}
.board_header{