From 0e650da34a0dbd5bb9a9338f1a104fc16a6f8e19 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 22:16:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=EC=B0=BD=20?= =?UTF-8?q?=EC=A0=95=EB=A0=AC.=20=EB=AA=B0/=ED=8F=AC=201200,=201500=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/msg.css | 15 ++++++++++++++- hwe/processing.php | 10 ++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) 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) { + +