Make WordPress Core

Changeset 35343


Ignore:
Timestamp:
10/21/2015 09:54:42 PM (9 years ago)
Author:
afercia
Message:

Plugins: Improve the "Install Now" button vertical alignment in the Plugin Details modal dialog.

Props paulwilde.

Fixes #34199.

File:
1 edited

Legend:

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

    r35340 r35343  
    24292429    margin-right: 250px; /* FYI box */
    24302430    padding: 10px 26px;
    2431     margin-bottom: -99930px; /* a bit less than the padding below to accommodate footer */
     2431    margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
    24322432    padding-bottom: 99999px; /* equal height column trick */
    24332433}
     
    24382438
    24392439#plugin-information .fyi {
    2440     display: block;
    24412440    float: right;
    24422441    position: relative;
     
    24442443    right: 0;
    24452444    padding: 16px;
    2446     margin-bottom: -99930px; /* slightly less than the padding below to accommodate footer */
     2445    margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
    24472446    padding-bottom: 99999px; /* equal height column trick */
    24482447    width: 217px;
     
    25292528
    25302529#plugin-information-footer {
    2531     padding: 15px 16px;
     2530    padding: 13px 16px;
    25322531    position: absolute;
    25332532    right: 0;
    25342533    bottom: 0;
    25352534    left: 0;
    2536     height: 28px;
     2535    height: 33px; /* 33+13+13+1=60 */
    25372536    border-top: 1px solid #ddd;
    25382537    background: #f3f3f3;
Note: See TracChangeset for help on using the changeset viewer.