Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Jan 22, 2014
1 parent 6ace7af commit 0bcc548
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daterangepicker-bs2.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@
padding-left: 11px
}

th.year {
.daterangepicker th.month {
width: auto;
}
2 changes: 1 addition & 1 deletion daterangepicker-bs3.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@
padding-left: 11px
}

th.year {
.daterangepicker th.month {
width: auto;
}
2 changes: 1 addition & 1 deletion daterangepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
dateHtml = this.renderDropdowns(calendar[1][1], minDate, maxDate);
}

html += '<th colspan="5" class="year">' + dateHtml + '</th>';
html += '<th colspan="5" class="month">' + dateHtml + '</th>';
if (!maxDate || maxDate.isAfter(calendar[1][1])) {
html += '<th class="next available"><i class="fa fa-arrow-right icon-arrow-right glyphicon glyphicon-arrow-right"></i></th>';
} else {
Expand Down

0 comments on commit 0bcc548

Please # to comment.