diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-19 15:51:10 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-19 17:12:07 +0200 |
commit | 80d3f30ada7e33c7366338271ecf3602f870f7cb (patch) | |
tree | 244ecf7372e8d6edc6af8c98ccc633ce866c8963 /apps | |
parent | 7842014a6823ce94338bbc2f942ad7ebd74a1247 (diff) | |
download | nextcloud-server-80d3f30ada7e33c7366338271ecf3602f870f7cb.tar.gz nextcloud-server-80d3f30ada7e33c7366338271ecf3602f870f7cb.zip |
fix multiselect bar offset on shared page
Diffstat (limited to 'apps')
-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 dd0ae11363b..10081e24296 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -44,8 +44,9 @@ p.info a { 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 { |