Plugin details: better review styling.
props Clorith, celloexpressions. fixes #29321. git-svn-id: https://develop.svn.wordpress.org/trunk@29619 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ee43238413
commit
8f66ff570e
|
@ -2389,10 +2389,6 @@ div.action-links {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .section h4:first-of-type {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#plugin-information #section-screenshots ol {
|
#plugin-information #section-screenshots ol {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2419,6 +2415,52 @@ div.action-links {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plugin-information .review {
|
||||||
|
width: 100%;
|
||||||
|
float: left;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border-bottom: 1px solid #e6e6e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .review-title-section {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .review-title-section h4 {
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
margin: 0 6px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .reviewer-info p {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
clear: both;
|
||||||
|
margin: 0;
|
||||||
|
padding-top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .reviewer-info .avatar {
|
||||||
|
float: left;
|
||||||
|
margin: 4px 6px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .star-rating {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .review-meta {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin-information .review-body {
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.plugin-version-author-uri {
|
.plugin-version-author-uri {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue