mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Add h2 to Uploads page. Props mdawaffe. fixes #3541
git-svn-id: http://svn.automattic.com/wordpress/trunk@4708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
509a601439
commit
9154236572
@ -105,6 +105,19 @@ h2 {
|
|||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrap h2 {
|
||||||
|
margin: .4em 0 .5em;
|
||||||
|
display: block;
|
||||||
|
border-bottom: .5em solid #e5f3ff;
|
||||||
|
color: #333;
|
||||||
|
font: normal 32px/5px serif;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
* html .wrap h2 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.back {
|
.back {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -79,7 +79,10 @@ function addLoadEvent(func) {if ( typeof wpOnload!='function'){wpOnload=func;}el
|
|||||||
else :
|
else :
|
||||||
add_action( 'admin_head', 'wp_upload_admin_head' );
|
add_action( 'admin_head', 'wp_upload_admin_head' );
|
||||||
include_once('admin-header.php');
|
include_once('admin-header.php');
|
||||||
echo "<div class='wrap'>";
|
?>
|
||||||
|
<div class='wrap'>
|
||||||
|
<h2><?php _e('Uploads'); ?></h2>
|
||||||
|
<?php
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
echo "<ul id='upload-menu'>\n";
|
echo "<ul id='upload-menu'>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user