Make WordPress Core

Changeset 37248


Ignore:
Timestamp:
04/19/2016 08:53:42 PM (9 years ago)
Author:
jorbin
Message:

Use px instead of in in device preview

Merges [37247] to the 4.5 branch

Props celloexpressions
Fixes #36457

Location:
branches/4.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.5

  • branches/4.5/src/wp-admin/css/themes.css

    r36904 r37248  
    15871587
    15881588.preview-tablet .wp-full-overlay-main {
    1589     margin: auto 0 auto -3in;
    1590     width: 6in; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */
    1591     height: 9in;
     1589    margin: auto 0 auto -360px;
     1590    width: 720px; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */
     1591    height: 1080px;
    15921592    max-height: 100%;
    15931593    max-width: 100%;
Note: See TracChangeset for help on using the changeset viewer.