[31468] reverted this in the 4.1 branch, also reverting in trunk.
See #30725. git-svn-id: https://develop.svn.wordpress.org/trunk@31616 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c1b30747d5
commit
18af27f550
@ -235,22 +235,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media-toolbar-secondary {
|
.media-toolbar-secondary {
|
||||||
position: relative;
|
|
||||||
float: left;
|
float: left;
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding-right: 20px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 66%;
|
max-width: 66%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-toolbar-secondary .spinner {
|
|
||||||
position: absolute;
|
|
||||||
top: 2px;
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-toolbar-primary > .media-button,
|
.media-toolbar-primary > .media-button,
|
||||||
.media-toolbar-primary > .media-button-group {
|
.media-toolbar-primary > .media-button-group {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
@ -751,7 +740,6 @@
|
|||||||
margin-top: 11px;
|
margin-top: 11px;
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
max-width: 47%;
|
max-width: 47%;
|
||||||
width: 100%; /* prevents options from invisibly taking up horizontal space */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -2376,7 +2364,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media-modal .attachments-browser .media-toolbar .spinner {
|
.media-modal .attachments-browser .media-toolbar .spinner {
|
||||||
margin: 14px 0 0;
|
margin: 14px 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Text inputs need to be 16px, or they force zooming on iOS */
|
/* Text inputs need to be 16px, or they force zooming on iOS */
|
||||||
|
Loading…
Reference in New Issue
Block a user