mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Plugin details: Fix review scrolling in some browsers (cough, Chrome).
Remove some unnecessary CSS from [29619]. fixes #29321. Built from https://develop.svn.wordpress.org/trunk@29624 git-svn-id: http://core.svn.wordpress.org/trunk@29398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32030a073f
commit
227089cb07
@ -2425,17 +2425,16 @@ div.action-links {
|
|||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
#plugin-information .review {
|
#plugin-information .review {
|
||||||
|
overflow: hidden; /* clearfix */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
border-bottom: 1px solid #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .review-title-section {
|
#plugin-information .review-title-section {
|
||||||
display: block;
|
overflow: hidden; /* clearfix */
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
#plugin-information .review-title-section h4 {
|
#plugin-information .review-title-section h4 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -2444,8 +2443,6 @@ div.action-links {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .reviewer-info p {
|
#plugin-information .reviewer-info p {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
@ -2425,17 +2425,16 @@ div.action-links {
|
|||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
#plugin-information .review {
|
#plugin-information .review {
|
||||||
|
overflow: hidden; /* clearfix */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
border-bottom: 1px solid #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .review-title-section {
|
#plugin-information .review-title-section {
|
||||||
display: block;
|
overflow: hidden; /* clearfix */
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
#plugin-information .review-title-section h4 {
|
#plugin-information .review-title-section h4 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -2444,8 +2443,6 @@ div.action-links {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .reviewer-info p {
|
#plugin-information .reviewer-info p {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
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…
x
Reference in New Issue
Block a user