Make WordPress Core

Changeset 19709


Ignore:
Timestamp:
01/08/2012 05:53:19 AM (13 years ago)
Author:
dd32
Message:

Clean up the Plugin installer Screenshots page, Adds CSS resize support to the images to prevent them requiring scrolling and falling below the FYI box. Fixes #19777

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r19684 r19709  
    21772177}
    21782178
     2179#plugin-information #section-screenshots ol,
    21792180#plugin-information .updated,
    21802181#plugin-information pre {
  • trunk/wp-admin/css/wp-admin.dev.css

    r19694 r19709  
    68606860}
    68616861
     6862#plugin-information #section-screenshots ol {
     6863    list-style: none;
     6864    margin: 0;
     6865}
     6866
    68626867#plugin-information #section-screenshots li img {
    68636868    vertical-align: text-top;
     6869    max-width: 100%;
     6870    width: auto;
     6871    height: auto;
    68646872}
    68656873
     
    68706878}
    68716879
     6880#plugin-information #section-screenshots ol,
    68726881#plugin-information .updated,
    68736882#plugin-information pre {
Note: See TracChangeset for help on using the changeset viewer.