File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 109
109
}
110
110
111
111
/* with multiple calendars */
112
- .ui-calendar .ui-calendar-multi {
113
- width : 100% ;
112
+ .ui-calendar-multi {
113
+ width : auto;
114
+ display : inline-block;
114
115
}
115
116
.ui-calendar-multi .ui-calendar-group {
116
117
float : left;
117
118
}
118
119
.ui-calendar-multi .ui-calendar-group table {
119
120
width : 95% ;
120
- margin : 0 auto .4em ;
121
+ margin : 0 2.5 % .4em ;
121
122
}
122
123
.ui-calendar-multi-2 .ui-calendar-group {
123
124
width : 50% ;
176
177
border-right-width : 0 ;
177
178
border-left-width : 1px ;
178
179
}
180
+
Original file line number Diff line number Diff line change 9
9
* http://api.jqueryui.com/datepicker/#theming
10
10
*/
11
11
.ui-datepicker {
12
- display : none;
13
- position : absolute;
12
+ display : none;
13
+ position : absolute;
14
14
}
15
+
You can’t perform that action at this time.
0 commit comments