1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

Add contact photos into peerlist

Add some support into controller
This commit is contained in:
Loic Blot
2014-12-29 11:31:03 +00:00
parent 2fe4cc0ce0
commit da5447a51b
4 changed files with 33 additions and 10 deletions
+8 -1
View File
@@ -38,7 +38,6 @@
}
#app-mailbox-peers li > a {
display: block;
width: 100%;
overflow: hidden;
-moz-box-sizing: border-box; box-sizing: border-box;
white-space: nowrap;
@@ -124,3 +123,11 @@
.msg-spacer {
clear: both;
}
.ocsms-plavatar {
width: 40px;
height: 40px;
float: left;
background-size: 40px;
background-repeat: no-repeat;
}