Fix some RTL CSS issues. props garyc40. props ocean90. fixes #16017

git-svn-id: https://develop.svn.wordpress.org/trunk@17179 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2010-12-30 16:26:25 +00:00
parent 61c80bebca
commit eb44707143
3 changed files with 14 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,9 +13,19 @@ td.available-theme {
}
/* 200 - 500
=================================== */
#doaction,
#doaction2,
#post-query-submit {
margin-right: 0;
margin-left: 8px;
}
#save-post {
float: right;
}
#minor-publishing .ajax-loading {
padding: 3px 4px 0 0;
float: right;
}
.preview {
float: left;
}
@ -92,7 +102,7 @@ td.available-theme {
margin-left: 10px;
}
.tablenav a.button-secondary {
margin: 8px 0 0 8px;
margin: 3px 0 0 8px;
}
.tablenav .tablenav-pages {
float: left;
@ -101,7 +111,7 @@ td.available-theme {
margin-right: 0;
margin-left: 10px;
font-family: Tahoma, Arial, sans-serif;
font-style:normal;
font-style: normal;
}
#postcustomstuff table input,
#postcustomstuff table select,

View File

@ -484,7 +484,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(), '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_data( 'ie', 'conditional', 'lte IE 7' );