Simplify index.mst to a single div to insert the editor

This commit is contained in:
Nick O'Leary
2019-05-02 16:09:13 +01:00
parent 8dc1ad8168
commit 5b1defad9f
15 changed files with 171 additions and 148 deletions

View File

@@ -55,6 +55,9 @@ $headerMenuItemDivider: #464646;
span {
vertical-align: middle;
font-size: 16px !important;
&:not(:first-child) {
margin-left: 5px;
}
}
img {
height: 18px;

View File

@@ -14,24 +14,6 @@
* limitations under the License.
**/
#node-select-library {
overflow: hidden;
}
#node-select-library ul {
list-style: none;
padding: 0px;
margin: 2px;
}
#node-select-library li {
cursor: pointer;
}
#node-select-library li.list-selected {
background: #eee;
}
#node-select-library li.list-hover {
background: #ffffd0;
}
.clipboard-import-error {
pre {
margin: 10px 0;

View File

@@ -76,7 +76,7 @@ body {
#red-ui-editor {
position: absolute;
top: 100px; left: 100px; bottom: 100px; right: 100px;
top: 0; left: 0; bottom: 0; right: 0;
}
#red-ui-main-container {

View File

@@ -74,10 +74,10 @@
color:#666;
}
}
.workspace-disabled-icon {
.red-ui-workspace-disabled-icon {
display: none;
}
.workspace-disabled {
.red-ui-workspace-disabled {
&.red-ui-tab {
border-top-style: dashed;
border-left-style: dashed;
@@ -91,7 +91,7 @@
font-weight: normal;
color: #999 !important;
}
.workspace-disabled-icon {
.red-ui-workspace-disabled-icon {
display: inline;
}
}