]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix multiselect bar offset on shared page
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Aug 2014 13:51:10 +0000 (15:51 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Aug 2014 13:51:10 +0000 (15:51 +0200)
apps/files_sharing/css/public.css

index 8a843c39caaa24642af7eb332ea3cb2a4f8b6b5b..ef013ca07d7a5606d6473112ed08728dc6d1523b 100644 (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 {