You are here

ueditor-compatible.css in UEditor - 百度编辑器 7.3

Same filename and directory in other branches
  1. 7.2 css/ueditor-compatible.css
/**
 * Compatible css
 */
.form-textarea-wrapper .edui-default {
  padding:0;
  border:0;
  height:auto;
}

.edui-default .edui-editor-bottomContainer table {
  margin:0;
}

.edui-default .edui-editor-bottomContainer td {
  padding: 0 10px 0 0;
}

File

css/ueditor-compatible.css
View source
  1. /**
  2. * Compatible css
  3. */
  4. .form-textarea-wrapper .edui-default {
  5. padding:0;
  6. border:0;
  7. height:auto;
  8. }
  9. .edui-default .edui-editor-bottomContainer table {
  10. margin:0;
  11. }
  12. .edui-default .edui-editor-bottomContainer td {
  13. padding: 0 10px 0 0;
  14. }