diff options
author | Felix Nagel <info@felixnagel.com> | 2015-01-31 00:53:14 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-26 09:28:03 -0500 |
commit | bbe1eff498ac7129b0240d0ff17c7d20685bf2a3 (patch) | |
tree | 1234026ec8e07f602be897f53ca85513fa36f6df | |
parent | d96ad14284b0457bf1f2e2a94cf2295ec63a9a24 (diff) | |
download | jquery-ui-bbe1eff498ac7129b0240d0ff17c7d20685bf2a3.tar.gz jquery-ui-bbe1eff498ac7129b0240d0ff17c7d20685bf2a3.zip |
Calendar: Adjust styles to match theme changes
Ref gh-1432
-rw-r--r-- | themes/base/calendar.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/base/calendar.css b/themes/base/calendar.css index b8e99baf5..def9fe4ff 100644 --- a/themes/base/calendar.css +++ b/themes/base/calendar.css @@ -23,8 +23,8 @@ cursor: pointer; position: absolute; top: 2px; - width: 19px; - height: 18px; + width: 36px; + height: 31px; } .ui-calendar .ui-calendar-prev:not(.ui-state-hover):not(.ui-state-focus), .ui-calendar .ui-calendar-next:not(.ui-state-hover):not(.ui-state-focus) { @@ -110,6 +110,7 @@ display: inline-block; } .ui-calendar-multi .ui-calendar-group { + width: 17em; float: left; } .ui-calendar-multi .ui-calendar-group table { |