[Pkg-owncloud-commits] [owncloud] 39/111: Added min-height in case of empty multi-select
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit f670d746342ff67c5204129ae5a93dbc3a8da94b
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Thu Nov 14 14:26:48 2013 +0100
Added min-height in case of empty multi-select
---
core/css/multiselect.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index c254468..e2a35ac 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -52,6 +52,7 @@ div.multiselect {
display: inline-block;
max-width: 400px;
min-width: 150px;
+ min-height: 20px;
padding-right: .6em;
position: relative;
vertical-align: bottom;
--
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