|
@@ -1426,7 +1426,7 @@ input[type=checkbox] {
|
|
>.icon {
|
|
>.icon {
|
|
padding-left: 3px;
|
|
padding-left: 3px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.header {
|
|
.header {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
background-color: @color-menu-bg;
|
|
background-color: @color-menu-bg;
|
|
@@ -1435,13 +1435,13 @@ input[type=checkbox] {
|
|
padding: 2px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
width: 192px;
|
|
width: 192px;
|
|
-
|
|
|
|
|
|
+
|
|
>span {
|
|
>span {
|
|
padding-left: 5px;
|
|
padding-left: 5px;
|
|
width: 90% !important;
|
|
width: 90% !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.dropdown {
|
|
.dropdown {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 30px;
|
|
top: 30px;
|
|
@@ -3276,6 +3276,8 @@ div.sp-container {
|
|
/* Script Editor */
|
|
/* Script Editor */
|
|
|
|
|
|
.codeeditor {
|
|
.codeeditor {
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
.codeErrorLine {
|
|
.codeErrorLine {
|
|
background: #400;
|
|
background: #400;
|
|
}
|
|
}
|
|
@@ -3286,12 +3288,12 @@ div.sp-container {
|
|
text-decoration: underline dashed red;
|
|
text-decoration: underline dashed red;
|
|
}
|
|
}
|
|
.codeErrorMessage {
|
|
.codeErrorMessage {
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ right: 0;
|
|
background : rgba(80, 5, 5, 1);
|
|
background : rgba(80, 5, 5, 1);
|
|
color : red;
|
|
color : red;
|
|
- position: absolute;
|
|
|
|
- bottom: 0px;
|
|
|
|
padding: 2px;
|
|
padding: 2px;
|
|
- right : 13px;
|
|
|
|
border: 1px solid #A00;
|
|
border: 1px solid #A00;
|
|
max-height: 200px;
|
|
max-height: 200px;
|
|
max-width: 400px;
|
|
max-width: 400px;
|
|
@@ -3728,13 +3730,13 @@ div.gradient-box {
|
|
}
|
|
}
|
|
|
|
|
|
.domkitEditor {
|
|
.domkitEditor {
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 100%;
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
|
.editors {
|
|
.editors {
|
|
display: flex;
|
|
display: flex;
|
|
height: 100%;
|
|
height: 100%;
|
|
-
|
|
|
|
|
|
+
|
|
.panel {
|
|
.panel {
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|