Fix creation page not displayed in pad and slide
This commit is contained in:
@@ -6,12 +6,9 @@
|
||||
z-index: 100000001 !important;
|
||||
}
|
||||
#cp-creation-container {
|
||||
//position: fixed;
|
||||
position: absolute;
|
||||
z-index: 100000000; // #loading * 10
|
||||
//top: 0px;
|
||||
//bottom: 0px;
|
||||
//left: 0px;
|
||||
//right: 0px;
|
||||
top: 0px;
|
||||
background: @colortheme_loading-bg;
|
||||
color: @colortheme_loading-color;
|
||||
display: flex;
|
||||
|
||||
18
customize.dist/src/less2/include/framework.less
Normal file
18
customize.dist/src/less2/include/framework.less
Normal file
@@ -0,0 +1,18 @@
|
||||
@import (once) "./toolbar.less";
|
||||
@import (once) './fileupload.less';
|
||||
@import (once) './alertify.less';
|
||||
@import (once) './tokenfield.less';
|
||||
@import (once) './creation.less';
|
||||
|
||||
.framework_main(@bg-color, @warn-color, @color) {
|
||||
.toolbar_main(
|
||||
@bg-color: @bg-color,
|
||||
@warn-color: @warn-color,
|
||||
@color: @color
|
||||
);
|
||||
.fileupload_main();
|
||||
.alertify_main();
|
||||
.tokenfield_main();
|
||||
.creation_main();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user