Fix Press This editors, see #17144

git-svn-id: http://svn.automattic.com/wordpress/trunk@18570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-08-19 01:14:56 +00:00
parent 0fe8ea2f72
commit 97ff3b4c7a
6 changed files with 192 additions and 206 deletions

File diff suppressed because one or more lines are too long

View File

@@ -505,18 +505,13 @@ ul.category-tabs li {
margin: 5px 0;
padding: 0 5px;
border: 0 none;
height: 365px;
width: 97% !important;
height: 357px;
font-family: Consolas, Monaco, monospace;
font-size: 13px;
line-height: 19px;
background: transparent;
}
* html .postdivrich {
zoom: 1;
}
/* Submit */
#saving {
display: inline;
@@ -676,3 +671,8 @@ input.newtag:focus ~ div.taghint {
#mce_fullscreen_container {
background: #fff;
}
#photo-add-url-div input[type="text"] {
width: 300px;
}