[Pkg-owncloud-commits] [owncloud] 36/199: fix height of select boxes for OS X

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:07 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 0977911c826ffade34b89d08a697993e5de3bc41
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 23 18:03:01 2014 +0200

    fix height of select boxes for OS X
---
 core/css/fixes.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/css/fixes.css b/core/css/fixes.css
index 1563595..91267c2 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -5,6 +5,11 @@
 	border: 0;
 }
 
+/* fix height of select boxes for OS X */
+select {
+	min-height: 29px;
+}
+
 .lte8 .delete-icon { background-image: url('../img/actions/delete.png'); }
 .lte8 .delete-icon:hover, .delete-icon:focus {
 	background-image: url('../img/actions/delete-hover.png');

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