mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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: https://develop.svn.wordpress.org/trunk@7923 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user