Merge pull request #15118 from owncloud/user-mgmt-groups

fix long group names overlapping in the sidebar, fix #12649
This commit is contained in:
Jan-Christoph Borchardt 2015-03-23 16:15:24 +01:00
commit fe5597b76e

View file

@ -80,6 +80,16 @@ table.nostyle td { padding: 0.2em 0; }
height: 30px;
}
.isgroup .groupname {
width: 85%;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.isgroup.active .groupname {
width: 65%;
}
.usercount { float: left; margin: 5px; }
li.active span.utils .delete {
float: left; position: relative; opacity: 0.5;