Make WordPress Core


Ignore:
Timestamp:
11/10/2013 12:26:50 AM (12 years ago)
Author:
helen
Message:

Say hello to a fresh new look for the WordPress admin.

Still to come: more color schemes, a responsive component, and more.

see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/admin-bar.php

    r25941 r26072  
    754754function _admin_bar_bump_cb() { ?>
    755755<style type="text/css" media="screen">
    756     html { margin-top: 28px !important; }
    757     * html body { margin-top: 28px !important; }
     756    html { margin-top: 32px !important; }
     757    * html body { margin-top: 32px !important; }
     758    @media screen and ( max-width: 782px ) {
     759        html { margin-top: 46px !important; }
     760        * html body { margin-top: 46px !important; }
     761    }
    758762</style>
    759763<?php
Note: See TracChangeset for help on using the changeset viewer.