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

Little CSS enhancement and bind peer ng-click on li, not a

This commit is contained in:
Loic Blot
2016-05-19 22:07:37 +02:00
parent cbb02de464
commit 7a4f37f585
2 changed files with 8 additions and 6 deletions
+6 -4
View File
@@ -3,7 +3,7 @@
width: 20%;
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 44px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
@@ -17,12 +17,14 @@
position: relative;
height: 100%;
overflow: auto;
-moz-box-sizing: border-box; box-sizing: border-box;
box-sizing: border-box;
}
#app-mailbox-peers li {
position: relative;
padding: 10px;
width: 100%;
-moz-box-sizing: border-box; box-sizing: border-box;
border-top: 1px solid #eee;
box-sizing: border-box;
}
#app-mailbox-peers li:hover > a,
@@ -39,7 +41,7 @@
#app-mailbox-peers li > a {
display: inline-block;
overflow: hidden;
-moz-box-sizing: border-box; box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;