summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-18 11:18:25 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-18 11:18:25 +0200
commit22f76d96ad86e6069ca5bb1c54b35fad17b97cbd (patch)
tree726a52b0e65ad7fa99dc74fbaa62026bcc16d634 /apps/files/css
parent129fdf2e2ec8caedadf7896e3400213144c23a8e (diff)
downloadnextcloud-server-22f76d96ad86e6069ca5bb1c54b35fad17b97cbd.tar.gz
nextcloud-server-22f76d96ad86e6069ca5bb1c54b35fad17b97cbd.zip
ellipsize sharee name to not overlap with
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/mobile.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 10a9a57332e..8e2ef23221d 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -61,6 +61,11 @@ table td.filename .nametext .innernametext {
max-width: 50%;
}
+/* ellipsis on user names in share sidebar */
+#shareWithList .username {
+ max-width: 80px !important;
+}
+
/* proper notification area for multi line messages */
#notification-container {
display: -webkit-box;
@@ -82,4 +87,4 @@ table td.filename .nametext .innernametext {
display: block !important;
}
-} \ No newline at end of file
+}