1
0
Fork 0
forked from 0x2620/oxjs

add unified Ox.Layer object for dialogs and menus

This commit is contained in:
rlx 2011-11-01 14:16:27 +00:00
commit 1720d2a184
5 changed files with 73 additions and 51 deletions

View file

@ -1016,26 +1016,11 @@ Layers
overflow: hidden;
z-index: 10;
}
.OxLayer.OxFront {
z-index: 100;
.OxLayer.OxDialogLayer {
z-index: 10;
}
.OxMainMenuLayer {
position: absolute;
width: 100%;
top: 20px;
bottom: 0px;
overflow: hidden;
z-index: 12;
}
.OxMenuLayer {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
overflow: hidden;
z-index: 12;
.OxLayer.OxMenuLayer {
z-index: 11;
}
/*