[Pkg-owncloud-commits] [owncloud] 05/129: [IE9] Set explicit height to file actions menu icon

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:17 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 f4ffa94e7fb4962ebb7752b5b64f891402887f74
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Wed Oct 7 17:18:01 2015 +0200

    [IE9] Set explicit height to file actions menu icon
    
    IE9 flattened the icons, so give it an explicit height.
---
 core/css/apps.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/apps.css b/core/css/apps.css
index 1db864b..4271d39 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -696,6 +696,7 @@ em {
 .popovermenu .menuitem .no-icon {
 	display: inline-block;
 	width: 16px;
+	height: 16px;
 	margin-right: 10px;
 }
 

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