[Pkg-owncloud-commits] [owncloud] 34/61: max icon size for app menu

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:51:46 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 1cd1214b9389a3fad3f13852a4436646a85df77b
Author: Michael Göhler <somebody.here at gmx.de>
Date:   Sat Jul 26 13:06:51 2014 +0200

    max icon size for app menu
---
 core/css/header.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/css/header.css b/core/css/header.css
index 86db48a..2df8cdd 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -190,6 +190,8 @@
 #navigation .app-icon {
 	margin: 0 auto;
 	padding: 0;
+	max-height: 32px;
+	max-width: 32px;
 }
 
 /* Apps management */

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