diff --git src/wp-includes/css/buttons.css src/wp-includes/css/buttons.css
index 1a614cb9ee..2410b9208c 100644
|
|
TABLE OF CONTENTS: |
411 | 411 | vertical-align: inherit; |
412 | 412 | } |
413 | 413 | |
| 414 | .media-modal-content .media-toolbar-primary .media-button { |
| 415 | margin-top: 10px; |
| 416 | margin-left: 5px; |
| 417 | } |
| 418 | |
414 | 419 | /* Reset responsive styles on Log in button on iframed login form */ |
415 | 420 | |
416 | 421 | .interim-login .button.button-large { |
diff --git src/wp-includes/css/media-views.css src/wp-includes/css/media-views.css
index 698ea2d525..0c0bd6dfd2 100644
|
|
|
242 | 242 | width: calc(48% - 12px); |
243 | 243 | } |
244 | 244 | |
245 | | .media-modal-content .attachments-browser .media-toolbar-secondary { |
246 | | width: 66%; |
247 | | } |
248 | | |
249 | | .media-modal-content .media-toolbar-primary.search-form { |
250 | | width: 33%; |
251 | | } |
252 | | |
253 | 245 | .media-modal-content .media-toolbar-primary .media-button { |
254 | 246 | float: right; |
255 | 247 | } |
… |
… |
|
279 | 271 | overflow: hidden; |
280 | 272 | } |
281 | 273 | |
| 274 | .media-frame-toolbar .media-toolbar { |
| 275 | top: initial; |
| 276 | bottom: -45px; |
| 277 | height: auto; |
| 278 | overflow: initial; |
| 279 | border-top: 1px solid #ddd; |
| 280 | } |
| 281 | |
| 282 | @media screen and (max-width: 782px) { |
| 283 | .media-frame-toolbar .media-toolbar { |
| 284 | bottom: -48px; |
| 285 | } |
| 286 | } |
| 287 | |
282 | 288 | .media-toolbar-primary { |
283 | 289 | float: right; |
284 | 290 | height: 100%; |
… |
… |
|
686 | 692 | overflow: auto; |
687 | 693 | background: #fff; |
688 | 694 | border-top: 1px solid #ddd; |
689 | | border-bottom: 1px solid #ddd; |
690 | 695 | } |
691 | 696 | |
692 | 697 | .media-frame-toolbar { |
… |
… |
|
696 | 701 | bottom: 0; |
697 | 702 | height: 60px; |
698 | 703 | z-index: 100; |
| 704 | bottom: 60px; |
| 705 | height: auto; |
699 | 706 | } |
700 | 707 | |
701 | 708 | .media-frame.hide-menu .media-frame-title, |