Quick post TMCE improvements: add new theme, languages, support for Safari, modal dialogs, changed some settings to be the same like the write page, small css fixes. Props azaozz. see #6813

git-svn-id: http://svn.automattic.com/wordpress/trunk@7923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-05-13 15:22:52 +00:00
parent e44fe50107
commit f6d1274333
2 changed files with 46 additions and 12 deletions

View File

@@ -319,7 +319,8 @@ textarea, input.text {
}
input.text {
width: 100%;
width: 99%;
padding: 3px;
}
body {
@@ -339,4 +340,10 @@ a {
margin: 0;
}
.editor-container {
border-width: 1px;
border-color: #ccc;
border-style: solid;
}
/* end quickpost css */