[Pkg-owncloud-commits] [owncloud] 48/145: remove background and width from multiselect bar, fix Download button not showing on mobile
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 37f8607a883ad1bac698da5f2e7ab7c362c2ef48
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Feb 5 11:24:34 2014 +0100
remove background and width from multiselect bar, fix Download button not showing on mobile
---
apps/files/css/files.css | 2 +-
apps/files_sharing/css/public.css | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index eb009cf..1de705f 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -145,7 +145,7 @@ table.multiselect thead th {
}
table.multiselect #headerName {
position: relative;
- width: 100%;
+ width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
}
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }
table td.filename a.name {
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index f4c0ac0..0685f6f 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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list