Fix Press This editors, see #17144

git-svn-id: https://develop.svn.wordpress.org/trunk@18570 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-08-19 01:14:56 +00:00
parent 193baf96e7
commit 9734668734
6 changed files with 192 additions and 206 deletions
File diff suppressed because one or more lines are too long
+6 -6
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;
}