Skip to content

Commit 4f4f506

Browse files
committed
Calendar: Fix multiple calendar styles
1 parent e0fe127 commit 4f4f506

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

themes/base/calendar.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,16 @@
109109
}
110110

111111
/* with multiple calendars */
112-
.ui-calendar.ui-calendar-multi {
113-
width: 100%;
112+
.ui-calendar-multi {
113+
width: auto;
114+
display: inline-block;
114115
}
115116
.ui-calendar-multi .ui-calendar-group {
116117
float: left;
117118
}
118119
.ui-calendar-multi .ui-calendar-group table {
119120
width: 95%;
120-
margin: 0 auto .4em;
121+
margin: 0 2.5% .4em;
121122
}
122123
.ui-calendar-multi-2 .ui-calendar-group {
123124
width: 50%;
@@ -176,3 +177,4 @@
176177
border-right-width: 0;
177178
border-left-width: 1px;
178179
}
180+

themes/base/datepicker.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* http://api.jqueryui.com/datepicker/#theming
1010
*/
1111
.ui-datepicker {
12-
display: none;
13-
position: absolute;
12+
display: none;
13+
position: absolute;
1414
}
15+

0 commit comments

Comments
 (0)