From cbc834aaf0ccabbe13b1e7bd7396037e9e07c8cc Mon Sep 17 00:00:00 2001 From: Matt Thouvenot Date: Wed, 17 Dec 2014 14:29:03 -0600 Subject: [PATCH] Style fixes for Firefox and IE9. --- css/pikaday.css | 4 ++++ pikaday.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/pikaday.css b/css/pikaday.css index e5bc772a..ced1c3aa 100644 --- a/css/pikaday.css +++ b/css/pikaday.css @@ -43,6 +43,10 @@ http://nicolasgallagher.com/micro-clearfix-hack/ margin: 8px; } +.pika-wrapper { + clear: both; +} + .pika-title { position: relative; text-align: center; diff --git a/pikaday.js b/pikaday.js index 6f949e19..bc8013c2 100644 --- a/pikaday.js +++ b/pikaday.js @@ -930,7 +930,7 @@ } if (opts.showTime) { - html += '
' + + html += '
' + renderTime( this._d ? this._d.getHours() : 0, this._d ? this._d.getMinutes() : 0,