1
0
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:
Loic Blot 2014-10-06 16:04:58 +02:00
parent 3bbaa3a490
commit 6404bf3de7
2 changed files with 11 additions and 1 deletions

View File

@ -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;

View File

@ -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>