Make WordPress Core

Changeset 31680


Ignore:
Timestamp:
03/08/2015 11:22:36 PM (10 years ago)
Author:
azaozz
Message:

PressThis: fix styling of wpLink.
Props Michael-Arestad, see #31373.

File:
1 edited

Legend:

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

    r31654 r31680  
    17921792}
    17931793
    1794 #wp-link-wrap.search-panel-visible {
     1794#wp-link-wrap {
    17951795    font-size: 13px;
     1796}
     1797
     1798#wp-link-wrap input[type="text"] {
     1799    padding: 3px 5px;
     1800    margin: 1px;
     1801}
     1802
     1803@media screen and (max-width: 782px) {
     1804    #wp-link-wrap {
     1805        font-size: 14px;
     1806    }
     1807
     1808    #wp-link-wrap input[type="text"] {
     1809        padding: 6px 10px;
     1810    }
     1811}
     1812
     1813#wp-link-wrap .howto {
     1814    color: #666;
     1815    font-style: italic;
    17961816}
    17971817
Note: See TracChangeset for help on using the changeset viewer.