Commit 15637d85 authored by Erkan Öğümsöğütlü's avatar Erkan Öğümsöğütlü Committed by Vladimir Baranov

Edit text message

css done
parent d7656b1f
...@@ -2085,8 +2085,8 @@ table.dataTable thead .sorting:after { ...@@ -2085,8 +2085,8 @@ table.dataTable thead .sorting:after {
position: fixed; position: fixed;
bottom: 15px; bottom: 15px;
right: 15px; right: 15px;
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 45px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px rgba(0,0,0,0.3); box-shadow: 0px 0px 45px rgba(0,0,0,0.4);
z-index: 10; z-index: 10;
border-radius: 3px; border-radius: 3px;
} }
...@@ -2571,6 +2571,18 @@ table.dataTable thead .sorting:after { ...@@ -2571,6 +2571,18 @@ table.dataTable thead .sorting:after {
opacity:1; opacity:1;
} }
.chat-app .conversation-section .user-message .edit-text-message input {
width: 100%;
margin-bottom: 7px;
margin-top: 7px;
height: 30px;
border-radius: 3px;
border: 1px solid #ccc;
padding-left: 7px;
outline: none;
}
.chat-app .chat-popup-window { .chat-app .chat-popup-window {
position: absolute; position: absolute;
top: 0; top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment