Make WordPress Core

Changeset 27496


Ignore:
Timestamp:
03/11/2014 03:35:52 AM (11 years ago)
Author:
azaozz
Message:

wpLink: better structural and responsive styles, see #26952

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r27495 r27496  
    891891    background-color: #fff;
    892892    width: 600px;
     893    height: 250px;
    893894    overflow: hidden;
    894895    margin-left: -300px;
     896    margin-top: -125px;
    895897    position: fixed;
    896     top: 30px;
    897     top: calc(50% - 130px);
    898     bottom: 30px;
    899     bottom: calc(50% - 130px);
    900     max-height: 260px;
     898    top: 50%;
    901899    left: 50%;
    902900    z-index: 100105;
     
    922920
    923921#wp-link-wrap.search-panel-visible {
    924     max-height: 500px;
    925     top: calc(50% - 250px);
    926     bottom: calc(50% - 250px);
     922    height: 500px;
     923    margin-top: -250px;
    927924}
    928925
     
    969966
    970967#link-selector {
    971     padding: 0 16px 52px;
     968    padding: 0 16px 50px;
    972969}
    973970
     
    10081005
    10091006#wp-link #link-options {
    1010     padding: 10px 0 14px;
     1007    padding: 8px 0 14px;
    10111008}
    10121009
     
    11711168}
    11721169
    1173 @media screen and ( max-width: 782px ), ( max-height: 440px ) {
     1170@media screen and ( max-width: 782px ), ( max-height: 520px ) {
    11741171
    11751172    #wp-link-wrap,
    11761173    #wp-link-wrap.search-panel-visible {
    11771174        width: auto;
     1175        height: auto;
    11781176        margin: 0;
    11791177        top: 10px;
Note: See TracChangeset for help on using the changeset viewer.