Make WordPress Core

Ticket #19196: 19196.5.patch

File 19196.5.patch, 1.5 KB (added by ocean90, 13 years ago)
  • wp-admin/includes/template.php

     
    16751675?>
    16761676<!DOCTYPE html>
    16771677<!--[if IE 8]>
    1678 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
     1678<html xmlns="http://www.w3.org/1999/xhtml" class="ie8 toolbar" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
    16791679<![endif]-->
    16801680<!--[if !(IE 8) ]><!-->
    1681 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
     1681<html xmlns="http://www.w3.org/1999/xhtml" class="toolbar" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
    16821682<!--<![endif]-->
    16831683<head>
    16841684<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
  • wp-admin/css/wp-admin.dev.css

     
    18911891/*------------------------------------------------------------------------------
    18921892  8.0 - Layout Blocks
    18931893------------------------------------------------------------------------------*/
    1894 
    1895 body.admin-bar {
     1894html.toolbar {
    18961895        padding-top: 28px;
     1896        -webkit-box-sizing: border-box;
     1897        -moz-box-sizing: border-box;
     1898        box-sizing: border-box;
    18971899}
    18981900
    18991901.narrow {