diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-18 19:44:56 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-18 19:44:56 +0100 |
commit | 59e75d432676f63495598dfee5999db9bffe6a8a (patch) | |
tree | 5f6b5eebe8bdb12864c0f01e61bec4070bb25bd2 | |
parent | b51d4058521714e56314eae20a342597bb017fe2 (diff) | |
download | nextcloud-server-59e75d432676f63495598dfee5999db9bffe6a8a.tar.gz nextcloud-server-59e75d432676f63495598dfee5999db9bffe6a8a.zip |
fix time input field properly, details
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index e5662bf7923..c2dd92184d9 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 { |