Ticket #35155: 35155.patch
File 35155.patch, 971 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/admin-header.php
169 169 $admin_body_class .= ' network-admin'; 170 170 171 171 $admin_body_class .= ' no-customize-support no-svg'; 172 172 // Print a CSS class to make PHP errors visible. 173 if ( error_get_last() ) { 174 $admin_body_class .= ' php-error'; 175 } 173 176 ?> 174 177 </head> 175 178 <?php -
src/wp-admin/css/admin-menu.css
13 13 z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */ 14 14 } 15 15 16 .php-error #adminmenuback { 17 position: absolute; 18 } 19 20 .php-error #adminmenuback, 21 .php-error #adminmenuwrap { 22 margin-top: 20px; 23 } 24 16 25 #adminmenu { 17 26 clear: left; 18 27 margin: 12px 0;