Image edit: Consistent whitespace for the side boxes.
props tyxla. fixes #31845. Built from https://develop.svn.wordpress.org/trunk@33002 git-svn-id: http://core.svn.wordpress.org/trunk@32973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38e4211efb
commit
e41b7b4f75
|
@ -1019,10 +1019,6 @@ border color while dragging a file over the uploader drop area */
|
|||
margin: 0 0 0 8px;
|
||||
}
|
||||
|
||||
.imgedit-group-top {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#poststuff .imgedit-group-top h3 {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -1050,7 +1046,7 @@ a.imgedit-help-toggle {
|
|||
}
|
||||
|
||||
.imgedit-submit {
|
||||
margin: 8px 0;
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
.imgedit-submit-btn {
|
||||
|
@ -1071,7 +1067,7 @@ span.imgedit-scale-warn {
|
|||
|
||||
.imgedit-group {
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
audio, video {
|
||||
|
|
|
@ -1019,10 +1019,6 @@ border color while dragging a file over the uploader drop area */
|
|||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
.imgedit-group-top {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#poststuff .imgedit-group-top h3 {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -1050,7 +1046,7 @@ a.imgedit-help-toggle {
|
|||
}
|
||||
|
||||
.imgedit-submit {
|
||||
margin: 8px 0;
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
.imgedit-submit-btn {
|
||||
|
@ -1071,7 +1067,7 @@ span.imgedit-scale-warn {
|
|||
|
||||
.imgedit-group {
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
audio, video {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-33001';
|
||||
$wp_version = '4.3-alpha-33002';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue