1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 08:26:15 +00:00

Use div instead of a for empty peers

This commit is contained in:
Loic Blot 2014-10-07 10:39:54 +02:00
parent 17a14753e0
commit 578a1e8d53
2 changed files with 6 additions and 1 deletions

View File

@ -79,6 +79,11 @@
font-size: 32px; font-size: 32px;
} }
#ocsms-empty-peers {
color: #666;
text-align: center;
}
.msg-sent, .msg-recv { .msg-sent, .msg-recv {
border-radius: 12px; border-radius: 12px;
margin: 4px; margin: 4px;

View File

@ -6,7 +6,7 @@
<div id="app"> <div id="app">
<div id="app-mailbox-peers"> <div id="app-mailbox-peers">
<ul> <ul>
<li><a>There isn't any conversation</a></li> <li><div id="ocsms-empty-peers">There isn't any conversation</div></li>
</ul> </ul>
</div> </div>
<div id="app-content"> <div id="app-content">