fix time input field properly, details

This commit is contained in:
Jan-Christoph Borchardt 2013-11-18 19:44:56 +01:00
parent b51d405852
commit 59e75d4326
1 changed files with 2 additions and 2 deletions

View File

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