Changeset 62587
- Timestamp:
- 06/30/2026 05:58:37 AM (7 weeks ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/css/media.css (modified) (2 diffs)
-
wp-includes/css/media-views.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r62516 r62587 782 782 max-width: 100%; 783 783 max-height: 90%; 784 max-height: calc( 100% - 42px ); /* leave space for actions underneath */784 max-height: calc( 100% - 56px ); /* leave space for actions underneath */ 785 785 background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); 786 786 background-position: 0 0, 10px 10px; … … 794 794 .edit-attachment-frame .attachment-media-view .attachment-actions { 795 795 text-align: center; 796 }797 798 .edit-attachment-frame .button {799 min-height: 32px;800 line-height: 2.30769231; /* 30px for 32px height with 13px font */801 padding: 0 12px;802 796 } 803 797 -
trunk/src/wp-includes/css/media-views.css
r62480 r62587 26 26 .media-modal label { 27 27 font-size: 13px; 28 } 28 } 29 29 30 30 .media-modal .legend-inline { … … 273 273 } 274 274 275 .media-modal-content .button,276 .media-modal-content .button.button-large {277 min-height: 32px;278 line-height: 2.30769231; /* 30px for 32px height with 13px font */279 padding: 0 12px;280 }281 282 275 .media-toolbar input[type="text"], 283 276 .media-toolbar input[type="search"], … … 328 321 .media-frame-toolbar .media-toolbar-primary > .media-button, 329 322 .media-frame-toolbar .media-toolbar-primary > .media-button-group { 330 margin-top: 1 4px;331 margin-bottom: 1 4px;323 margin-top: 10px; 324 margin-bottom: 10px; 332 325 } 333 326 … … 350 343 } 351 344 352 label[for="media-attachment-filters"] { 353 grid-area: 1 / 1 / 2 / 2; 354 } 355 356 select#media-attachment-filters { 357 grid-area: 2 / 1 / 3 / 2; 358 } 359 360 label[for="media-attachment-date-filters"] { 361 grid-area: 1 / 2 / 2 / 3; 362 } 363 364 select#media-attachment-date-filters { 365 grid-area: 2 / 2 / 3 / 3; 366 } 345 label[for="media-attachment-filters"] { 346 grid-area: 1 / 1 / 2 / 2; 347 } 348 349 select#media-attachment-filters { 350 grid-area: 2 / 1 / 3 / 2; 351 } 352 353 label[for="media-attachment-date-filters"] { 354 grid-area: 1 / 2 / 2 / 3; 355 } 356 357 select#media-attachment-date-filters { 358 grid-area: 2 / 2 / 3 / 3; 359 } 367 360 368 361 .media-toolbar-secondary > .spinner {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)