Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Datepicker: Fix multiple calendar styles (follow-up)
  • Loading branch information
fnagel committed Jun 19, 2014
1 parent 546565b commit 37377a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion themes/base/calendar.css
Expand Up @@ -110,7 +110,8 @@

/* with multiple calendars */
.ui-calendar.ui-calendar-multi {
width: auto
width: auto;
display: inline-block;
}
.ui-calendar-multi .ui-calendar-group {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion themes/base/datepicker.css
Expand Up @@ -8,7 +8,7 @@
*
* http://api.jqueryui.com/datepicker/#theming
*/
.ui-datepicker {
.ui-datepicker.ui-calendar {
display: none;
position: absolute;
}

0 comments on commit 37377a5

Please sign in to comment.