summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-23 15:35:30 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-23 15:35:30 +0100
commit799e744ad77c3f8ae7aac63125a3af17880bb9d5 (patch)
tree421eae49385353dc1a64ad5398f35778b6f2235c /apps/files_sharing
parent4b7dfd34f8adb5db9b7e67206da384973ebdc767 (diff)
downloadnextcloud-server-799e744ad77c3f8ae7aac63125a3af17880bb9d5.tar.gz
nextcloud-server-799e744ad77c3f8ae7aac63125a3af17880bb9d5.zip
remove background and width from multiselect bar, fix Download button not showing on mobile
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/public.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index a5762799ac4..a3bc36dcc76 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -72,9 +72,8 @@ p.info a {
max-width:100%;
}
-thead{
- background-color: white;
- padding-left:0 !important; /* fixes multiselect bar offset on shared page */
+thead {
+ padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
}
#data-upload-form {