]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix multiselect bar offset on shared page, close #1339 finally
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 16:40:08 +0000 (17:40 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 16:40:08 +0000 (17:40 +0100)
apps/files_sharing/css/public.css

index 13f42b130df5f48ad1211c8dbeb52b90ce5d06c9..13298f113f8f767f707374bffe612f37aa455624 100644 (file)
@@ -71,4 +71,5 @@ p.info a {
 
 thead{
        background-color: white;
+       padding-left:0 !important; /* fixes multiselect bar offset on shared page */
 }