Skip to content

Commit

Permalink
MDL-38849 editor CSS: re-format to match coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 8, 2013
1 parent 422f68f commit e737322
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions lib/editor/tinymce/styles.css
@@ -1,3 +1,15 @@
.mform .felement.feditor .toggle_editor_toolbar {background: #EEEEEE;border-color: #BBBBBB;border-radius: 4px 4px 0 0;border-style: solid solid none;border-width: 1px 1px 0;display: inline-block;font-size: 0.7em;padding: 3px 6px;width: 9em;}
.mform .felement.feditor .toggle_editor_toolbar {
background: #EEEEEE;
border-color: #BBBBBB;
border-radius: 4px 4px 0 0;
border-style: solid solid none;
border-width: 1px 1px 0;
display: inline-block;
font-size: 0.7em;
padding: 3px 6px;
width: 9em;
}
.mform .felement.feditor .mceStatusbar,
.mform .felement.feditor iframe {min-width: 35em;}
.mform .felement.feditor iframe {
min-width: 35em;
}

0 comments on commit e737322

Please sign in to comment.