Use the "media" admin menu icon for the add media button in DFW, move the tagline, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cb62ef2b58
commit
dcb9985b13
File diff suppressed because one or more lines are too long
|
@ -654,11 +654,10 @@ form.upgrade .hint {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-fullscreen-tagline {
|
#wp-fullscreen-tagline {
|
||||||
bottom: 20px;
|
|
||||||
color: #BBBBBB;
|
color: #BBBBBB;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
position: fixed;
|
float: right;
|
||||||
right: 20px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =Top bar
|
/* =Top bar
|
||||||
|
@ -799,6 +798,15 @@ form.upgrade .hint {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wp-fullscreen-buttons .mce_image .mce_image {
|
||||||
|
background-image: url("../images/menu.png?ver=20100531");
|
||||||
|
background-position: -124px -38px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wp-fullscreen-buttons .mce_image .mce_image:hover {
|
||||||
|
background-position: -124px -6px;
|
||||||
|
}
|
||||||
|
|
||||||
/* =Thickbox Adjustments
|
/* =Thickbox Adjustments
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
.fullscreen-active #TB_overlay {
|
.fullscreen-active #TB_overlay {
|
||||||
|
|
|
@ -1811,10 +1811,9 @@ function wp_fullscreen_html() {
|
||||||
|
|
||||||
<div id="wp-fullscreen-status">
|
<div id="wp-fullscreen-status">
|
||||||
<div id="wp-fullscreen-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></div>
|
<div id="wp-fullscreen-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div id="wp-fullscreen-tagline"><?php _e('Just write.'); ?></div>
|
<div id="wp-fullscreen-tagline"><?php _e('Just write.'); ?></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -482,7 +482,7 @@ function wp_default_styles( &$styles ) {
|
||||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110516' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110517' );
|
||||||
|
|
||||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
Loading…
Reference in New Issue