RTL fixes for sortable list headings. props RanYanivHartstein, fixes #16008.
git-svn-id: https://develop.svn.wordpress.org/trunk@17166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cd7212fd83
commit
87facd0335
File diff suppressed because one or more lines are too long
@ -253,6 +253,18 @@ td.available-theme {
|
||||
.description, .form-wrap p {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
.sorting-indicator {
|
||||
margin-left: 0;
|
||||
margin-right: 7px;
|
||||
}
|
||||
th.sortable a span,
|
||||
th.sorted a span {
|
||||
float: right;
|
||||
}
|
||||
.fixed .column-comments a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* 1500 - 1800
|
||||
=================================== */
|
||||
.autosave-info {
|
||||
|
@ -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(), '20101226' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101229' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user