Attempt to keep the textarea still while loading the editor, see #18820

git-svn-id: http://svn.automattic.com/wordpress/trunk@18829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-09-30 04:13:44 +00:00
parent 3be0b41d68
commit f5e6304ca6
4 changed files with 3 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -4961,11 +4961,6 @@ br.clear {
padding: 0;
}
#content {
margin: 0;
width: 100%;
}
fieldset {
border: 0;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -1036,8 +1036,6 @@
text-decoration: none !important;
}
.js .tmce-active .wp-editor-area {
color: white;
}
@ -1075,6 +1073,7 @@
border-top-right-radius: 3px;
border-top-left-radius: 3px;
padding: 2px 3px 0;
min-height: 30px;
}
.quicktags-toolbar > div {