Make WordPress Core

Changeset 26963


Ignore:
Timestamp:
01/16/2014 09:55:29 PM (11 years ago)
Author:
azaozz
Message:

Widgets: fix scaling of extra-wide widgets on 480px and 320px devices, fixes #26701 for trunk.

File:
1 edited

Legend:

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

    r26961 r26963  
    1140611406        float: none;
    1140711407    }
     11408
     11409    div.widget {
     11410        margin: 0 auto 10px !important;
     11411        max-width: 480px;
     11412    }
     11413}
     11414
     11415@media screen and (max-width: 320px) {
     11416    div.widget {
     11417        max-width: 320px;
     11418    }
    1140811419}
    1140911420
Note: See TracChangeset for help on using the changeset viewer.