Changeset 29619
- Timestamp:
- 08/26/2014 05:49:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r29616 r29619 2390 2390 } 2391 2391 2392 #plugin-information .section h4:first-of-type {2393 margin-top: 1em;2394 }2395 2396 2392 #plugin-information #section-screenshots ol { 2397 2393 list-style: none; … … 2418 2414 overflow: auto; 2419 2415 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%; 2420 2462 } 2421 2463
Note: See TracChangeset
for help on using the changeset viewer.