You are here

css_editor.css in CSS Editor 8

Same filename and directory in other branches
  1. 7 css/css_editor.css
#css-editor-field .CodeMirror,
#css-editor-field textarea,
#css-editor-preview-path,
#css-editor-preview {
  border: 1px solid #ccc;
}

#css-editor-field .CodeMirror,
#css-editor-field textarea {
  height: 200px;
}

#css-editor-field .form-textarea-wrapper label {
  display: inline;
  font-weight: normal;
  line-height: 36px;
  font-size: 12px;
}

#css-editor-preview {
  width: 100%;
  height: 400px;
}

#css-editor-field label + input[type=checkbox] {
  margin-left: 36px;
}

#css-editor-preview-path-wrapper label {
  display: inline;
  font-weight: normal;
  margin-right: 6px;
}

#css-editor-preview-path-wrapper {
  margin-bottom: 6px;
}

File

css/css_editor.css
View source
  1. #css-editor-field .CodeMirror,
  2. #css-editor-field textarea,
  3. #css-editor-preview-path,
  4. #css-editor-preview {
  5. border: 1px solid #ccc;
  6. }
  7. #css-editor-field .CodeMirror,
  8. #css-editor-field textarea {
  9. height: 200px;
  10. }
  11. #css-editor-field .form-textarea-wrapper label {
  12. display: inline;
  13. font-weight: normal;
  14. line-height: 36px;
  15. font-size: 12px;
  16. }
  17. #css-editor-preview {
  18. width: 100%;
  19. height: 400px;
  20. }
  21. #css-editor-field label + input[type=checkbox] {
  22. margin-left: 36px;
  23. }
  24. #css-editor-preview-path-wrapper label {
  25. display: inline;
  26. font-weight: normal;
  27. margin-right: 6px;
  28. }
  29. #css-editor-preview-path-wrapper {
  30. margin-bottom: 6px;
  31. }