mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-11 01:46:13 +00:00
New text & Visual style for empty conversation
This commit is contained in:
parent
3bbaa3a490
commit
6404bf3de7
@ -69,6 +69,16 @@
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
#ocsms-empty-conversation {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 40%;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
color: #666;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.msg-sent, .msg-recv {
|
||||
border-radius: 12px;
|
||||
margin: 4px;
|
||||
|
@ -14,7 +14,7 @@
|
||||
<div id="ocsms-phone-opt-number"></div>
|
||||
</div>
|
||||
<div id="app-content-wrapper">
|
||||
No conversation loaded
|
||||
<div id="ocsms-empty-conversation">Please choose a conversation on the left menu</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user