Ellipsize sharer name, ref #6498

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/6506/head
Jan-Christoph Borchardt 8 years ago
parent ecd728c3b2
commit 06691611e3
  1. 10
      apps/files/css/files.scss
  2. 4
      apps/files/css/mobile.scss

@ -617,6 +617,16 @@ a.action > img {
opacity: .7;
}
// Ellipsize long sharer names
#fileList .action.action-share.permanent.shared-style span:not(.icon) {
display: inline-block;
max-width: 70px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
padding-left: 6px;
}
#fileList .action.action-favorite.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);

@ -47,8 +47,8 @@ table td.filename .nametext {
margin-right: 6px;
}
/* hide text of the share action on mobile */
#fileList a.action-share span {
display: none;
#fileList a.action-share span:not(.icon) {
display: none !important;
}
#fileList a.action.action-favorite {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;

Loading…
Cancel
Save