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

Fix hover and add margin to contact photo

This commit is contained in:
Loic Blot 2014-12-29 12:21:48 +00:00
parent da5447a51b
commit f03425c851

View File

@ -27,6 +27,7 @@
}
#app-mailbox-peers li:hover > a,
#app-mailbox-peers li:hover,
#app-mailbox-peers .selected,
#app-mailbox-peers .selected a {
background-color: #ccc;
@ -125,6 +126,7 @@
}
.ocsms-plavatar {
margin-top: 2px;
width: 40px;
height: 40px;
float: left;