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

Add basic icon to delete conversation

This commit is contained in:
Loic Blot
2015-06-23 17:58:44 +00:00
parent e183c9f478
commit a83c494d47
3 changed files with 23 additions and 1 deletions
+15
View File
@@ -71,15 +71,30 @@
#ocsms-phone-label {
font-weight: bold;
color: #555;
float: left;
}
#ocsms-phone-opt-number {
color: #999;
padding-left: 15px;
float: left;
width: 100%;
}
#ocsms-phone-msg-nb {
color: #555;
float: left;
width: 100%;
}
#ocsms-conversation-removal {
display: none;
float: left;
margin-left: 25px;
}
#ocsms-conversation-removal:hover {
cursor: pointer;
}
#ocsms-empty-conversation {