From 8f66ff570e8aaea5b410a36f9d63a9e9c0c0e437 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 26 Aug 2014 05:49:00 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/common.css | 50 ++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 0eb22d4860..ffe19d04a8 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -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; }