New screen options tab design. props JohnONolan, fixes #13477.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a0f18adcd
commit
870f3ab1c8
File diff suppressed because one or more lines are too long
|
@ -2534,11 +2534,15 @@ fieldset {
|
|||
#screen-options-link-wrap,
|
||||
#contextual-help-link-wrap {
|
||||
float: right;
|
||||
background: transparent url( ../images/screen-options-left.gif ) no-repeat 0 0;
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
margin: 0 6px 0 0;
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
background: #e3e3e3;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
#screen-meta a.show-settings {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 640 B |
Binary file not shown.
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 125 B |
Binary file not shown.
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 178 B |
|
@ -34,7 +34,6 @@ function &get_manifest() {
|
|||
array('images/fav.png'),
|
||||
array('images/fav-arrow.gif'),
|
||||
array('images/fav-arrow-rtl.gif'),
|
||||
array('images/fav-top.png'),
|
||||
array('images/generic.png'),
|
||||
array('images/gray-grad.png'),
|
||||
array('images/icons32.png'),
|
||||
|
@ -60,7 +59,6 @@ function &get_manifest() {
|
|||
array('images/no.png'),
|
||||
array('images/required.gif'),
|
||||
array('images/resize.gif'),
|
||||
array('images/screen-options-left.gif'),
|
||||
array('images/screen-options-right.gif'),
|
||||
array('images/screen-options-right-up.gif'),
|
||||
array('images/se.png'),
|
||||
|
|
|
@ -199,6 +199,7 @@ $_old_files = array(
|
|||
'wp-admin/images/fav-top.png',
|
||||
'wp-admin/images/ico-close.png',
|
||||
'wp-admin/images/admin-header-footer.png',
|
||||
'wp-admin/images/screen-options-left.gif',
|
||||
'wp-admin/images/ico-add.png',
|
||||
'wp-admin/images/browse-happy.gif',
|
||||
'wp-admin/images/ico-viewpage.png',
|
||||
|
|
|
@ -434,7 +434,7 @@ function wp_default_styles( &$styles ) {
|
|||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100519' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100520' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
|
@ -29,7 +29,7 @@ $tinymce_version = '327-1235';
|
|||
*
|
||||
* @global string $manifest_version
|
||||
*/
|
||||
$manifest_version = '20100502';
|
||||
$manifest_version = '20100520';
|
||||
|
||||
/**
|
||||
* Holds the required PHP version
|
||||
|
|
Loading…
Reference in New Issue