diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-06-01 22:34:44 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-06-03 22:13:43 -0400 |
commit | 3c68636c8067e431c1bbdf2787dbec2ef3b88968 (patch) | |
tree | a454357e8fd6eac31a8c37e289600ec7289dbd13 /themes | |
parent | 2ba75e2c93638d89e89de52347da0013a7a841b8 (diff) | |
download | jquery-ui-3c68636c8067e431c1bbdf2787dbec2ef3b88968.tar.gz jquery-ui-3c68636c8067e431c1bbdf2787dbec2ef3b88968.zip |
Datepicker: Removing unused ui-datepicker-month-year class name.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.datepicker.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/base/jquery.ui.datepicker.css b/themes/base/jquery.ui.datepicker.css index 5d9e71549..224924e27 100644 --- a/themes/base/jquery.ui.datepicker.css +++ b/themes/base/jquery.ui.datepicker.css @@ -58,9 +58,6 @@ font-size: 1em; margin: 1px 0; } -.ui-datepicker select.ui-datepicker-month-year { - width: 100%; -} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; |