aboutsummaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-23 14:57:07 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-23 14:57:07 +0100
commit23396a52cdd26d2953ee25242f1fb7f6d901c672 (patch)
treed06cc6040204a20f40a8cbd675f79b067b6cffcd /settings/css
parenta9b4f0d8429dbeb612e80b168b6146890bb7843e (diff)
downloadnextcloud-server-23396a52cdd26d2953ee25242f1fb7f6d901c672.tar.gz
nextcloud-server-23396a52cdd26d2953ee25242f1fb7f6d901c672.zip
fix long group names overlapping in the sidebar, fix #12649
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0716cd24938..4f949bdedcd 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -76,6 +76,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;