[Pkg-owncloud-commits] [owncloud] 199/258: fix position and style of sort indicator

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:36 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 532f65116aec7171cd0a55b909c31e277c18570f
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Oct 1 15:21:28 2014 +0200

    fix position and style of sort indicator
---
 apps/files/css/files.css | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index eba011e..590fdd0 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -153,19 +153,23 @@ table th .columntitle.name {
 	margin-left: 50px;
 }
 
-.sort-indicator.hidden { visibility: hidden; }
 table th .sort-indicator {
 	width: 10px;
 	height: 8px;
-	margin-left: 10px;
+	margin-left: 5px;
 	display: inline-block;
+	vertical-align: text-bottom;
+	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
+	filter: alpha(opacity=30);
+	opacity: .3;
+}
+.sort-indicator.hidden {
+	visibility: hidden;
 }
 table th:hover .sort-indicator.hidden {
-	width: 10px;
-	height: 8px;
-	margin-left: 10px;
 	visibility: visible;
 }
+
 table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; }
 table td {
 	padding: 0 15px;

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