summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-14 17:40:08 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-14 17:40:08 +0100
commitd1dcb282cb34baea6ac4bacbc5b47f258e625389 (patch)
tree1fc45c15c735dde69eb251fb812099a992cced47
parentbfe6334cd9d50ce99f0a6fd02c1aa0dc43b2b7e9 (diff)
downloadnextcloud-server-d1dcb282cb34baea6ac4bacbc5b47f258e625389.tar.gz
nextcloud-server-d1dcb282cb34baea6ac4bacbc5b47f258e625389.zip
fix multiselect bar offset on shared page, close #1339 finally
-rw-r--r--apps/files_sharing/css/public.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 13f42b130df..13298f113f8 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -71,4 +71,5 @@ p.info a {
thead{
background-color: white;
+ padding-left:0 !important; /* fixes multiselect bar offset on shared page */
}