additional_plugins/serendipity_event_template_editor/serendipity_event_template_editor.css
2011-12-13 12:29:05 +01:00

36 lines
506 B
CSS

.templateEditorList li {
padding-top: 0.5em;
list-style-type: none;
}
#template_editor {
width: 100%;
font-size: 1em;
}
.CodeMirror-line-numbers {
font-size: 1em;
}
img {
border: 0;
}
.templateEditorHighlight {
background: rgba(72,122,202,0.2);
border: 1px solid grey;
}
#templateEditorUpload {
float: right;
margin-right: 5em;
margin-top: 0.5em;
}
#templateEditorUploadButton {
border: 1px solid grey;
}
#templateEditorPath {
margin-top: 0.5em;
}