Move palette editor to userSettings dialog

This commit is contained in:
Nick O'Leary
2017-04-29 23:10:55 +01:00
parent 5938143002
commit ccfcbe8526
7 changed files with 182 additions and 154 deletions

View File

@@ -14,13 +14,16 @@
* limitations under the License.
**/
#user-settings-tab-palette {
height: 100%;
}
#palette-editor {
text-align: left;
display: none;
position: absolute;
top: 0px;
right: 0;
bottom: 25px;
bottom: 0;
left:0;
padding: 0;
box-sizing:border-box;
@@ -51,7 +54,7 @@
}
.red-ui-editableList-item-content {
padding: 12px 8px;
padding: 12px 16px;
}
&:last-child {
// border-bottom: 1px solid $primary-border-color;
@@ -61,7 +64,7 @@
}
.palette-editor-tab {
position:absolute;
top:115px;
top:35px;
left:0;
right:0;
bottom:0