Newer
Older

Maximilian Giller
committed
div#ks-editor section {
border: 1px lightgrey solid;
border-radius: 1px;
margin: 5px;
padding: 2.5px;
width: auto;
}
div#ks-editor section > * {
margin: 2.5px;
}
div#ks-editor *.selected {
background-color: lightblue;
}
div#ks-editor *.hidden {
display: none;
}
div#ks-editor input[type="text"] {
border-top-style: none;
border-left-style: none;
border-right-style: none;
letter-spacing: normal;
}
div#ks-editor .medium-width {
max-width: 20rem;
}
div#ks-editor .small-width {
max-width: 5rem;
}
div#ks-editor input#node-name {
font-size: large;
font-weight: bolder;
}
div#ks-editor .bottom-space {
margin-bottom: 1rem;
}
div#ks-editor textarea {
max-width: 100%;
letter-spacing: normal;
}
div#ks-editor textarea, div#ks-editor input[type="text"] {
width: 80%;
min-width: 20%;
}
div#ks-editor img.preview-image {
height: auto;
}
div#ks-editor #toolbar-settings, div#ks-editor #toolbar-save {