mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-12 10:26:31 +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;
|
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 {
|
.msg-sent, .msg-recv {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<div id="ocsms-phone-opt-number"></div>
|
<div id="ocsms-phone-opt-number"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-content-wrapper">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user