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

Implement colors in conversation header + show the avatar

This commit is contained in:
Loic Blot
2016-05-19 23:39:09 +02:00
parent 09480e4856
commit 74bbb03993
4 changed files with 32 additions and 5 deletions
+15
View File
@@ -73,6 +73,21 @@
box-shadow: 0 1px 0 0 #CCC;
}
#ocsms-contact-avatar {
background-color: transparent;
height: 75px;
width: 75px;
font-size: 2.5em;
line-height: 75px;
}
#ocsms-contact-details,
#ocsms-contact-actions,
#ocsms-contact-avatar {
display: inline-block;
}
#ocsms-phone-label {
font-weight: bold;
color: #555;