mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Plugin install: Make sure h3's clear floats to avoid layout problems.
props SergeyBiryukov. fixes #29465. Built from https://develop.svn.wordpress.org/trunk@29676 git-svn-id: http://core.svn.wordpress.org/trunk@29451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c6af00d8b0
commit
78e400da8e
@ -1227,6 +1227,10 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
|
||||
background-color: #fcf3ef;
|
||||
}
|
||||
|
||||
.plugin-install-php h3 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.plugin-install-php h4 {
|
||||
margin: 2.5em 0 8px;
|
||||
}
|
||||
|
@ -1227,6 +1227,10 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
|
||||
background-color: #fcf3ef;
|
||||
}
|
||||
|
||||
.plugin-install-php h3 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.plugin-install-php h4 {
|
||||
margin: 2.5em 0 8px;
|
||||
}
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user