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

Prepare JS AJAX interactions. Show phone numbers into the appropriate div. Import some CSS things. Cleanup JS code

This commit is contained in:
Loic Blot
2014-09-16 20:17:39 +00:00
parent 37c32f8ce7
commit 8f0bcf2920
5 changed files with 51 additions and 14 deletions
+30
View File
@@ -13,3 +13,33 @@
-ms-user-select: none;
user-select: none;
}
#app-mailbox-peers > ul {
position: relative;
height: 100%;
overflow: auto;
-moz-box-sizing: border-box; box-sizing: border-box;
}
#app-mailbox-peers li {
position: relative;
width: 100%;
-moz-box-sizing: border-box; box-sizing: border-box;
}
#app-mailbox-peers li:hover > a,
#app-mailbox-peers .selected,
#app-mailbox-peers .selected a {
background-color: #ccc;
}
#app-mailbox-peers li > a {
display: block;
width: 100%;
line-height: 44px;
padding: 0 12px;
overflow: hidden;
-moz-box-sizing: border-box; box-sizing: border-box;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
}