From b7f0b400e775a490c7d6c13d6683cada5e7ac73c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:37:23 +0000 Subject: [PATCH] BUGFIX Fixed z-index of jquery.datepicker DIV element, which was hidden under the jquery.layout panels git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92627 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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