Fix some RTL CSS issues. props garyc40. props ocean90. fixes #16017
git-svn-id: http://svn.automattic.com/wordpress/trunk@17179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
52eb3e668c
commit
e90491bdec
File diff suppressed because one or more lines are too long
|
@ -13,9 +13,19 @@ td.available-theme {
|
||||||
}
|
}
|
||||||
/* 200 - 500
|
/* 200 - 500
|
||||||
=================================== */
|
=================================== */
|
||||||
|
#doaction,
|
||||||
|
#doaction2,
|
||||||
|
#post-query-submit {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
#save-post {
|
#save-post {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
#minor-publishing .ajax-loading {
|
||||||
|
padding: 3px 4px 0 0;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
.preview {
|
.preview {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -92,7 +102,7 @@ td.available-theme {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.tablenav a.button-secondary {
|
.tablenav a.button-secondary {
|
||||||
margin: 8px 0 0 8px;
|
margin: 3px 0 0 8px;
|
||||||
}
|
}
|
||||||
.tablenav .tablenav-pages {
|
.tablenav .tablenav-pages {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -484,7 +484,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(), '20101230' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101230b' );
|
||||||
|
|
||||||
$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