메시지 삭제 기능 추가

This commit is contained in:
2018-11-30 21:29:31 +09:00
parent bf34b2f1ca
commit 18942c55ae
8 changed files with 243 additions and 32 deletions
+13
View File
@@ -87,6 +87,7 @@
font-weight: bold;
margin-bottom:3px;
color:white;
position: relative;
}
.message_input_form{
@@ -141,6 +142,10 @@
height: 1.2em;
}
.msg_invalid{
color:rgba(255,255,255,0.5);
}
.msg_body{
padding-left:64px;
}
@@ -153,6 +158,14 @@
border-radius: 3px;
}
.btn-delete-msg{
position: absolute;
right: 0;
top: 0;
margin:2px 2px 0 2px;
font-size:8px;
}
/*
.public_message .msg_target{
box-shadow: 2px 2px darkslategrey;