mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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
This commit is contained in:
parent
1395d10896
commit
b7f0b400e7
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user