mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Use div instead of a for empty peers
This commit is contained in:
parent
17a14753e0
commit
578a1e8d53
@ -79,6 +79,11 @@
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
#ocsms-empty-peers {
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.msg-sent, .msg-recv {
|
||||
border-radius: 12px;
|
||||
margin: 4px;
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div id="app">
|
||||
<div id="app-mailbox-peers">
|
||||
<ul>
|
||||
<li><a>There isn't any conversation</a></li>
|
||||
<li><div id="ocsms-empty-peers">There isn't any conversation</div></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="app-content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user