외교 서신 밀리는 버그 수정

This commit is contained in:
2018-04-17 03:23:02 +09:00
parent f919187b91
commit d9ffdf9df8
2 changed files with 3 additions and 4 deletions
+2
View File
@@ -91,7 +91,9 @@
} }
.board_side{ .board_side{
height:1370px;
width:498px; width:498px;
overflow-y: hidden;
display:inline-block; display:inline-block;
border-left:groove 1px; border-left:groove 1px;
border-right:groove 1px; border-right:groove 1px;
+1 -4
View File
@@ -32,7 +32,4 @@
<%if(this.option && this.option.action) {%> <%if(this.option && this.option.action) {%>
<div class="msg_prompt"> <div class="msg_prompt">
<button class="prompt_yes btn_prompt">수락</button> <button class="prompt_no btn_prompt">거절</button> <button class="prompt_yes btn_prompt">수락</button> <button class="prompt_no btn_prompt">거절</button>
</div> </div><%} %></div></div>
<%} %>
</div>
</div>