Ticket #40152: 40152.3.patch
File 40152.3.patch, 1.7 KB (added by , 8 years ago) |
---|
-
wp-includes/css/buttons.css
412 412 } 413 413 414 414 /* Reset responsive styles on Log in button on iframed login form */ 415 416 .media-modal-content .media-toolbar-primary .media-button { 417 margin-top: 10px; 418 margin-left: 5px; 419 } 415 420 416 421 .interim-login .button.button-large { 417 422 height: 30px; -
wp-includes/css/media-views.css
242 242 width: calc(48% - 12px); 243 243 } 244 244 245 /* #40152 245 246 .media-modal-content .attachments-browser .media-toolbar-secondary { 246 247 width: 66%; 247 248 } … … 249 250 .media-modal-content .media-toolbar-primary.search-form { 250 251 width: 33%; 251 252 } 253 */ 252 254 253 255 .media-modal-content .media-toolbar-primary .media-button { 254 256 float: right; … … 279 281 overflow: hidden; 280 282 } 281 283 284 /* #40152 */ 285 .media-frame-toolbar .media-toolbar { 286 top: initial; 287 bottom: -45px; 288 height: auto; 289 overflow: initial; 290 border-top: 1px solid #ddd; 291 } 292 @media screen and (max-width: 782px) { 293 .media-frame-toolbar .media-toolbar { 294 bottom: -48px; /* #40152 : 3px button tab size compensation */ 295 } 296 } 297 282 298 .media-toolbar-primary { 283 299 float: right; 284 300 height: 100%; … … 686 702 overflow: auto; 687 703 background: #fff; 688 704 border-top: 1px solid #ddd; 689 border-bottom: 1px solid #ddd;690 705 } 691 706 692 707 .media-frame-toolbar { … … 696 711 bottom: 0; 697 712 height: 60px; 698 713 z-index: 100; 714 /* #40152 */ 715 bottom: 60px; 716 height: auto; 699 717 } 700 718 701 719 .media-frame.hide-menu .media-frame-title,