[Pkg-owncloud-commits] [owncloud] 139/165: hide modified header when multiselect is active, fix #15779

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:06:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 723804ffd70d832f0816536d76087e49a4751d01
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue Apr 21 15:38:34 2015 +0200

    hide modified header when multiselect is active, fix #15779
---
 apps/files/css/files.css | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 455ccae..bce85b7 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -274,7 +274,16 @@ table.multiselect #headerName {
 	position: relative;
 	width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
 }
-table td.selection, table th.selection, table td.fileaction { width:32px; text-align:center; }
+table.multiselect #modified {
+	display: none;
+}
+
+table td.selection,
+table th.selection,
+table td.fileaction {
+	width: 32px;
+	text-align: center;
+}
 table td.filename a.name {
 	position:relative; /* Firefox needs to explicitly have this default set … */
 	-moz-box-sizing: border-box;

-- 
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