Plugin details: better review styling.

props Clorith, celloexpressions.
fixes #29321.

Built from https://develop.svn.wordpress.org/trunk@29619


git-svn-id: http://core.svn.wordpress.org/trunk@29393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-08-26 05:49:17 +00:00
parent 86f071355c
commit 67b0e365e2
4 changed files with 94 additions and 10 deletions

View File

@ -2389,10 +2389,6 @@ div.action-links {
line-height: 1.7;
}
#plugin-information .section h4:first-of-type {
margin-top: 1em;
}
#plugin-information #section-screenshots ol {
list-style: none;
margin: 0;
@ -2419,6 +2415,52 @@ div.action-links {
border: 1px solid #ccc;
}
#plugin-information .review {
width: 100%;
float: right;
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: right;
margin: 0 0 0 6px;
}
#plugin-information .reviewer-info p {
display: block;
width: 100%;
clear: both;
margin: 0;
padding-top: 2px;
}
#plugin-information .reviewer-info .avatar {
float: right;
margin: 4px 0 0 6px;
}
#plugin-information .star-rating {
float: right;
}
#plugin-information .review-meta {
float: right;
margin-right: 0.75em;
}
#plugin-information .review-body {
float: right;
width: 100%;
}
.plugin-version-author-uri {
font-size: 13px;
}

View File

@ -2389,10 +2389,6 @@ div.action-links {
line-height: 1.7;
}
#plugin-information .section h4:first-of-type {
margin-top: 1em;
}
#plugin-information #section-screenshots ol {
list-style: none;
margin: 0;
@ -2419,6 +2415,52 @@ div.action-links {
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 {
font-size: 13px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long