Skip to content

Commit bbe1eff

Browse files
fnagelscottgonzalez
authored andcommitted
Calendar: Adjust styles to match theme changes
Ref jquerygh-1432
1 parent d96ad14 commit bbe1eff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

themes/base/calendar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
cursor: pointer;
2424
position: absolute;
2525
top: 2px;
26-
width: 19px;
27-
height: 18px;
26+
width: 36px;
27+
height: 31px;
2828
}
2929
.ui-calendar .ui-calendar-prev:not(.ui-state-hover):not(.ui-state-focus),
3030
.ui-calendar .ui-calendar-next:not(.ui-state-hover):not(.ui-state-focus) {
@@ -110,6 +110,7 @@
110110
display: inline-block;
111111
}
112112
.ui-calendar-multi .ui-calendar-group {
113+
width: 17em;
113114
float: left;
114115
}
115116
.ui-calendar-multi .ui-calendar-group table {

0 commit comments

Comments
 (0)