Browse Source

fix multiselect bar offset on shared page

tags/v8.0.0alpha1
Jan-Christoph Borchardt 10 years ago
parent
commit
3d8031564e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      apps/files_sharing/css/public.css

+ 2
- 1
apps/files_sharing/css/public.css View File

@@ -28,8 +28,9 @@
max-width:100%;
}

/* fix multiselect bar offset on shared page */
thead {
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
left: 0 !important;
}

#data-upload-form {

Loading…
Cancel
Save