Skip to content

Commit 79d4e6d

Browse files
committed
Admin: Use compact styles in Events dashboard widget.
Change the inputs for setting event location to use the compact input heights. Props joen, audrasjb, huzaifaalmesbah, amesplant, joedolson. Fixes #64777. git-svn-id: https://develop.svn.wordpress.org/trunk@61852 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 361b194 commit 79d4e6d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/wp-admin/css/dashboard.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,15 @@
533533
.community-events-form .regular-text {
534534
width: 40%;
535535
margin: 0;
536+
min-height: 32px;
537+
line-height: 2.14285714;
538+
padding: 0 8px;
539+
}
540+
541+
#dashboard-widgets .community-events-form .button {
542+
min-height: 32px;
543+
line-height: 2.30769231;
544+
padding: 0 12px;
536545
}
537546

538547
.community-events li.event-none {
@@ -544,7 +553,7 @@
544553
}
545554

546555
.community-events-form label {
547-
line-height: 2.15384615;
556+
line-height: 2.14285714;
548557
}
549558

550559
.community-events .activity-block > p {

0 commit comments

Comments
 (0)