[Pkg-owncloud-commits] [owncloud] 24/49: fix time input field properly, details

David Prévot taffit at moszumanska.debian.org
Thu Dec 5 16:02:54 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 ad92b12559dfaeb577cee7e061182f45fa3a06bd
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Mon Nov 18 19:44:56 2013 +0100

    fix time input field properly, details
---
 core/css/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 6ace42a..fa001d4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -105,8 +105,8 @@ textarea:hover, textarea:focus, textarea:active {
 input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
 input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
 input[type="time"] {
-	width: 110px;
-	height: 30px;
+	width: initial;
+	height: 31px;
 	-moz-box-sizing: border-box; box-sizing: border-box;
 }
 #quota {

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