Make WordPress Core


Ignore:
Timestamp:
06/08/2011 06:23:49 PM (15 years ago)
Author:
azaozz
Message:

Fix borders at the bottom of tabs in postboxes, props dcowgill, fixes #17699
Fix color of active tab in Categories postbox.

File:
1 edited

Legend:

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

    r18173 r18202  
    24122412}
    24132413
    2414 #side-sortables .category-add input.category-add-sumbit, #post-body .category-add input.category-add input.category-add-sumbit {
     2414#side-sortables .category-add input.category-add-sumbit,
     2415#post-body .category-add input.category-add input.category-add-sumbit {
    24152416    width: auto;
    24162417}
     
    24862487.wp-tab-bar li {
    24872488    display: inline;
     2489    line-height: 1.35em;
    24882490}
    24892491
     
    29152917#post-body #linkcategorydiv div.tabs-panel {
    29162918    margin: 0 5px 0 125px;
    2917 }
    2918 
    2919 #side-sortables .category-tabs li,
    2920 #side-sortables .add-menu-item-tabs li {
    2921     display: inline;
    2922 }
    2923 
    2924 #side-sortables .category-tabs a,
    2925 #side-sortables .add-menu-item-tabs a {
    2926     text-decoration: none;
    2927 }
    2928 
    2929 #side-sortables .category-tabs,
    2930 #side-sortables .add-menu-item-tabs {
    2931     margin-bottom: 3px;
    29322919}
    29332920
Note: See TracChangeset for help on using the changeset viewer.