Make WordPress Core

Changeset 26078


Ignore:
Timestamp:
11/10/2013 06:32:01 PM (11 years ago)
Author:
azaozz
Message:

Widgets screen: adjust the placeholder to match the new widget "handle" height, and the spinner's margins so the sidebar titles don't "jump" when it is shown. See #25821, see #25858.

File:
1 edited

Legend:

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

    r26077 r26078  
    97299729    border-style: dashed;
    97309730    margin: 0 auto 20px;
    9731     height: 27px;
     9731    height: 34px;
    97329732    width: 250px;
    97339733}
     
    99509950.sidebar-name .spinner {
    99519951    float: none;
    9952     margin: 0 3px -3px;
     9952    margin: -4px 3px;
    99539953}
    99549954
Note: See TracChangeset for help on using the changeset viewer.