Make WordPress Core

Ticket #29321: 29321.diff

File 29321.diff, 1.2 KB (added by celloexpressions, 12 years ago)

Improve the display of reviews with the existing markup (css changes only).

  • src/wp-admin/css/common.css

     
    23952395        line-height: 1.7;
    23962396}
    23972397
    2398 #plugin-information .section h4:first-of-type {
    2399         margin-top: 1em;
    2400 }
    2401 
    24022398#plugin-information #section-screenshots ol {
    24032399        list-style: none;
    24042400        margin: 0;
     
    24252421        border: 1px solid #ccc;
    24262422}
    24272423
     2424#plugin-information .review {
     2425        width: 100%;
     2426        float: left;
     2427        margin-bottom: 20px;
     2428        border-bottom: 1px solid #e6e6e6;
     2429}
     2430
     2431#plugin-information .review-title-section {
     2432        display: block;
     2433        width: 100%;
     2434        clear: both;
     2435}
     2436
     2437#plugin-information .review-title-section h4 {
     2438        display: inline-block;
     2439        float: left;
     2440        margin: 0 6px 0 0;
     2441}
     2442
     2443#plugin-information .reviewer-info p {
     2444        display: block;
     2445        width: 100%;
     2446        clear: both;
     2447        margin: 0;
     2448        padding-top: 2px;
     2449}
     2450
     2451#plugin-information .reviewer-info .avatar {
     2452        float: left;
     2453        margin: 4px 6px 0 0;
     2454}
     2455
     2456#plugin-information .star-rating {
     2457        float: left;
     2458}
     2459
     2460#plugin-information .review-meta {
     2461        float: left;
     2462        margin-left: 0.75em;
     2463}
     2464
     2465#plugin-information .review-body {
     2466        float: left;
     2467        width: 100%;
     2468}
     2469
    24282470.plugin-version-author-uri {
    24292471        font-size: 13px;
    24302472}