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

Add basic route , method and icon for removing single message

This commit is contained in:
Loic Blot
2015-06-25 18:17:59 +00:00
parent d8a776bea9
commit d8ecc06314
4 changed files with 27 additions and 5 deletions
+9
View File
@@ -97,6 +97,15 @@
cursor: pointer;
}
#ocsms-message-removal {
float: right;
margin-left: 10px;
}
#ocsms-message-removal:hover {
cursor: pointer;
}
#ocsms-empty-conversation {
position: absolute;
text-align: center;