Skip to content

Commit

Permalink
BUGFIX Fixed z-index of jquery.datepicker DIV element, which was hidd…
Browse files Browse the repository at this point in the history
…en under the jquery.layout panels

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92627 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Nov 21, 2009
1 parent 1395d10 commit b7f0b40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/cms_right.css
Expand Up @@ -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;
}

0 comments on commit b7f0b40

Please sign in to comment.