TinyMCE:
- Fix PressThis styling when the popup is resized. - Don't force loading of the media JS. - Add the 'image' plugin as fallback when no media button(s). - Add back the link icon tooltip/menu item string for translation. See #24067, see #24409 Built from https://develop.svn.wordpress.org/trunk@27660 git-svn-id: http://core.svn.wordpress.org/trunk@27503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -80,7 +80,7 @@ body.press-this {
|
||||
}
|
||||
|
||||
.press-this .posting {
|
||||
margin-left: 252px;
|
||||
margin-left: 250px;
|
||||
}
|
||||
|
||||
.press-this-sidebar {
|
||||
@@ -105,11 +105,32 @@ body.press-this {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap #wp-content-editor-tools {
|
||||
padding: 0;
|
||||
top: 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.press-this .wp-media-buttons {
|
||||
cursor: default;
|
||||
padding: 8px 8px 6px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap #wp-content-media-buttons a {
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap .mce-toolbar .mce-btn-group .mce-btn {
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap .mce-toolbar .mce-btn button {
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
.press-this .howto {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 3px;
|
||||
@@ -132,7 +153,7 @@ body.press-this {
|
||||
|
||||
/* Editor/Main Column */
|
||||
.press-this #poststuff {
|
||||
margin: 0 10px 10px;
|
||||
margin: 0 8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -323,7 +344,7 @@ h3.tb {
|
||||
margin: 5px 0;
|
||||
padding: 0 5px;
|
||||
border: 0 none;
|
||||
height: 345px;
|
||||
height: 340px;
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
|
||||
@@ -80,7 +80,7 @@ body.press-this {
|
||||
}
|
||||
|
||||
.press-this .posting {
|
||||
margin-right: 252px;
|
||||
margin-right: 250px;
|
||||
}
|
||||
|
||||
.press-this-sidebar {
|
||||
@@ -105,11 +105,32 @@ body.press-this {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap #wp-content-editor-tools {
|
||||
padding: 0;
|
||||
top: 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.press-this .wp-media-buttons {
|
||||
cursor: default;
|
||||
padding: 8px 8px 6px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap #wp-content-media-buttons a {
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap .mce-toolbar .mce-btn-group .mce-btn {
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-wrap .mce-toolbar .mce-btn button {
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
.press-this .howto {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 3px;
|
||||
@@ -132,7 +153,7 @@ body.press-this {
|
||||
|
||||
/* Editor/Main Column */
|
||||
.press-this #poststuff {
|
||||
margin: 0 10px 10px;
|
||||
margin: 0 8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -323,7 +344,7 @@ h3.tb {
|
||||
margin: 5px 0;
|
||||
padding: 0 5px;
|
||||
border: 0 none;
|
||||
height: 345px;
|
||||
height: 340px;
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user