Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:24:34 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:24:34 +0400
commit37f8607a883ad1bac698da5f2e7ab7c362c2ef48 (patch)
tree0c7ac4fae4467cc9a8f3611dd2c02fd49c9673a0 /apps/files_sharing
parenta4895e4df111470a433520afc08a19961c4405e2 (diff)
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 f4c0ac0b7cc..0685f6fd957 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 {