diff --git a/hwe/css/msg.css b/hwe/css/msg.css index 25c372a6..88414a94 100644 --- a/hwe/css/msg.css +++ b/hwe/css/msg.css @@ -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{ diff --git a/hwe/processing.php b/hwe/processing.php index 465494b2..893ad56d 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -860,6 +860,8 @@ function command_23($turn, $command) { + + @@ -935,6 +937,8 @@ function command_24($turn, $command) { + + @@ -1448,6 +1452,8 @@ function command_43($turn, $command) { + + @@ -1496,6 +1502,8 @@ function command_44($turn, $command) { + + @@ -1720,6 +1728,8 @@ function command_49($turn, $command) { + +