Commit 3de54456 authored by Sergey Biryukov's avatar Sergey Biryukov
Browse files

Administration: Correct alignment of the "PHP Update Required" dashboard box title.

Restore one instance of `!important` CSS rule for backward compatibility.

Follow-up to [48129], [48373].

Props whyisjake, sabernhardt, TimothyBlynJacobs, SergeyBiryukov.
Fixes #50788.
Built from https://develop.svn.wordpress.org/trunk@48671


git-svn-id: https://core.svn.wordpress.org/trunk@48433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 88d1e36a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2090,7 +2090,7 @@ html.wp-toolbar {

.postbox .inside > p:last-child,
.rss-widget ul li:last-child {
	margin-bottom: 1px;
	margin-bottom: 1px !important;
}

.postbox.closed h3 {
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -2089,7 +2089,7 @@ html.wp-toolbar {

.postbox .inside > p:last-child,
.rss-widget ul li:last-child {
	margin-bottom: 1px;
	margin-bottom: 1px !important;
}

.postbox.closed h3 {
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -1085,6 +1085,10 @@ a.rsswidget {
	color: #df3232;
}

#dashboard_php_nag h2 {
	display: inline-block;
}

#dashboard_php_nag p {
	margin: 12px 0;
}
Loading