diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-19 15:51:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-19 15:51:10 +0200 |
commit | 3d8031564ed5255d21fb14ecf10b184fa4e7629f (patch) | |
tree | 900725b70539712256a8c979a822f7d1a4582915 /apps/files_sharing/css | |
parent | fdfc5c67f8e90ac0a439579e9a64d1a643686bd3 (diff) | |
download | nextcloud-server-3d8031564ed5255d21fb14ecf10b184fa4e7629f.tar.gz nextcloud-server-3d8031564ed5255d21fb14ecf10b184fa4e7629f.zip |
fix multiselect bar offset on shared page
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 8a843c39caa..ef013ca07d7 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -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 { |