MDL-41235 atto - Matching the width of the html view to the wysiwyg view

This commit is contained in:
Jason Fowler 2013-08-30 15:23:31 +08:00
parent f09119e1e5
commit 37b16441b8

View File

@ -3,6 +3,11 @@ div.editor_atto {
border: 1px solid #444;
}
.editor_atto + textarea {
width: 100%;
padding: 0;
}
div.editor_atto_toolbar {
display: block;
}
@ -69,3 +74,4 @@ body.dir-rtl div.editor_atto_toolbar button.atto_indent_button {
display: block;
margin: 5px;
}