diff --git a/css/cms_right.css b/css/cms_right.css index 06ddc87b..8a775ab4 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -488,4 +488,12 @@ #Form_EditorToolbarFlashForm .field, #Form_EditorToolbarLinkForm .field { margin-left: 0; +} + +/** + * jQuery UI Datepicker - necessary because of custom + * z-indexing performed in jQuery.layout + */ +#ui-datepicker-div { + z-index: 1002; } \ No newline at end of file