Skip to content

Commit

Permalink
Style fixes for Firefox and IE9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mthouve committed Dec 17, 2014
1 parent a90ecf0 commit cbc834a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/pikaday.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ http://nicolasgallagher.com/micro-clearfix-hack/
margin: 8px;
}

.pika-wrapper {
clear: both;
}

.pika-title {
position: relative;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion pikaday.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@
}

if (opts.showTime) {
html += '<div>' +
html += '<div class="pika-wrapper">' +
renderTime(
this._d ? this._d.getHours() : 0,
this._d ? this._d.getMinutes() : 0,
Expand Down

0 comments on commit cbc834a

Please sign in to comment.