Image edit: Consistent whitespace for the side boxes.
props tyxla. fixes #31845. git-svn-id: https://develop.svn.wordpress.org/trunk@33002 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26c766c0a7
commit
e681cb8ba7
|
@ -1019,10 +1019,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
margin: 0 8px 0 0;
|
margin: 0 8px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-group-top {
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poststuff .imgedit-group-top h3 {
|
#poststuff .imgedit-group-top h3 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -1050,7 +1046,7 @@ a.imgedit-help-toggle {
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-submit {
|
.imgedit-submit {
|
||||||
margin: 8px 0;
|
margin: 8px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-submit-btn {
|
.imgedit-submit-btn {
|
||||||
|
@ -1071,7 +1067,7 @@ span.imgedit-scale-warn {
|
||||||
|
|
||||||
.imgedit-group {
|
.imgedit-group {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
padding: 2px 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio, video {
|
audio, video {
|
||||||
|
|
Loading…
Reference in New Issue