From 26a8dcafce2a5d84d71be13f7f831055167ec2b7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Jul 2018 01:31:59 +0900 Subject: [PATCH] =?UTF-8?q?message=20form=20box=20sizing=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD.=20=EB=A9=94=EC=9D=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=20bootstrap=20css=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/msg.css | 11 +++++++---- hwe/index.php | 2 ++ hwe/js/templates/message.html | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/hwe/css/msg.css b/hwe/css/msg.css index 403fb00d..3ab75a7d 100644 --- a/hwe/css/msg.css +++ b/hwe/css/msg.css @@ -29,6 +29,7 @@ font-size:12px; word-break:break-all; color:white; + box-sizing: content-box; } .msg_plate_private{ @@ -117,16 +118,18 @@ .board_header{ color:white; border:solid 1px gray; + box-sizing: content-box; } .board_side{ position:absolute; height:1370px; - width:498px; + width:50%; overflow-y: hidden; - border-left:solid 1px; - border-right:solid 1px; - border-bottom:solid 1px; + border-left:solid 1px gray; + border-right:solid 1px gray; + border-bottom:solid 1px gray; + box-sizing: content-box; } .msg_body{ diff --git a/hwe/index.php b/hwe/index.php index 7b8317c6..9be7f33d 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -87,6 +87,7 @@ $color = "cyan"; + @@ -105,6 +106,7 @@ $(function(){ }); + diff --git a/hwe/js/templates/message.html b/hwe/js/templates/message.html index d37568c5..cc27d8ae 100644 --- a/hwe/js/templates/message.html +++ b/hwe/js/templates/message.html @@ -1,5 +1,5 @@