additional_plugins/serendipity_event_template_editor/serendipity_event_template_editor.css
Matthias Mees 7ead0d5401 A new 2.x backend for serendipity_event_templateeditor
- Use a proper button for template editor
- Use proper backend messages
- Simplfy/clean up markup + CSS
- Reorder template list-form-thingy's elements
- Proper markup + styles
- Layout styles for template editor forms

References s9y/Serendipity#426
2016-10-24 16:44:35 +02:00

37 lines
617 B
CSS

.templateEditorListItem {
display: inline-block;
padding: .5em;
}
.templateEditorForm {
margin: .75em 0;
}
#template_editor {
font-size: 1em;
width: 100%;
}
.CodeMirror-line-numbers {
font-size: 1em;
}
.templateEditorHighlight {
background: rgba(72, 122, 202, .2);
border: 1px solid grey;
}
@media only screen and (min-width: 768px) {
.templateEditorForm {
box-sizing: border-box;
float: left;
margin: 0;
padding: 0 1em 0 0;
width: 50%;
}
#startEditorUpload {
position: relative;
top: 2.25em;
}
}