Make WordPress Core

Changeset 29619


Ignore:
Timestamp:
08/26/2014 05:49:00 AM (12 years ago)
Author:
helen
Message:

Plugin details: better review styling.

props Clorith, celloexpressions.
fixes #29321.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r29616 r29619  
    23902390}
    23912391
    2392 #plugin-information .section h4:first-of-type {
    2393         margin-top: 1em;
    2394 }
    2395 
    23962392#plugin-information #section-screenshots ol {
    23972393        list-style: none;
     
    24182414        overflow: auto;
    24192415        border: 1px solid #ccc;
     2416}
     2417
     2418#plugin-information .review {
     2419        width: 100%;
     2420        float: left;
     2421        margin-bottom: 20px;
     2422        border-bottom: 1px solid #e6e6e6;
     2423}
     2424
     2425#plugin-information .review-title-section {
     2426        display: block;
     2427        width: 100%;
     2428        clear: both;
     2429}
     2430
     2431#plugin-information .review-title-section h4 {
     2432        display: inline-block;
     2433        float: left;
     2434        margin: 0 6px 0 0;
     2435}
     2436
     2437#plugin-information .reviewer-info p {
     2438        display: block;
     2439        width: 100%;
     2440        clear: both;
     2441        margin: 0;
     2442        padding-top: 2px;
     2443}
     2444
     2445#plugin-information .reviewer-info .avatar {
     2446        float: left;
     2447        margin: 4px 6px 0 0;
     2448}
     2449
     2450#plugin-information .star-rating {
     2451        float: left;
     2452}
     2453
     2454#plugin-information .review-meta {
     2455        float: left;
     2456        margin-left: 0.75em;
     2457}
     2458
     2459#plugin-information .review-body {
     2460        float: left;
     2461        width: 100%;
    24202462}
    24212463
Note: See TracChangeset for help on using the changeset viewer.