Changeset 61761
- Timestamp:
- 02/27/2026 08:46:40 PM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/dashboard.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r61759 r61761 500 500 501 501 .community-events .spinner { 502 float: none; 503 margin: 5px 2px 0; 504 vertical-align: top; 502 margin: 0 2px 0; 505 503 } 506 504 … … 521 519 .community-events-form { 522 520 margin: 15px 0 5px; 521 display: flex; 522 gap: 5px; 523 align-items: center; 524 flex-wrap: wrap; 523 525 } 524 526 525 527 .community-events-form .regular-text { 526 528 width: 40%; 527 height: 29px; 528 margin: 0; 529 vertical-align: top; 529 margin: 0; 530 530 } 531 531 … … 539 539 540 540 .community-events-form label { 541 display: inline-block;542 vertical-align: top;543 541 line-height: 2.15384615; 544 height: 28px;545 542 } 546 543 … … 554 551 } 555 552 556 #community-events-submit {557 margin-left: 3px;558 margin-right: 3px;559 }560 561 553 /* Needs higher specificity than #dashboard-widgets .button-link */ 562 554 #dashboard-widgets .community-events-cancel.button-link { 563 vertical-align: top;564 /* Same properties as the submit button for cross-browsers alignment. */565 line-height: 2;566 height: 28px;567 555 text-decoration: underline; 568 556 } … … 1455 1443 } 1456 1444 1457 .community-events-form .regular-text {1458 height: 32px;1459 }1460 1461 1445 #community-events-submit { 1462 1446 margin-bottom: 0; 1463 /* Override .wp-core-ui .button */1464 vertical-align: top;1465 1447 } 1466 1448 … … 1470 1452 font-size: 14px; 1471 1453 line-height: normal; 1472 height: auto;1473 1454 padding: 6px 0; 1474 1455 border: 1px solid transparent; 1475 }1476 1477 .community-events .spinner {1478 margin-top: 7px;1479 1456 } 1480 1457 }
Note: See TracChangeset
for help on using the changeset viewer.