Skip to content

Commit

Permalink
Added padding for 'Storage Space' in RTL. Props rasheed, yoavf. fixes…
Browse files Browse the repository at this point in the history
… #17871

git-svn-id: http://svn.automattic.com/wordpress/trunk@18332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jun 23, 2011
1 parent 7ba1993 commit 5eaf7b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-admin/css/ms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions wp-admin/css/ms.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
position: static;
}

.rtl #dashboard_right_now p.musub {
padding-left: 0;
padding-right: 16px;
}

#dashboard_right_now td.b a.musublink {
font-size: 16px;
}
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'colors-fresh', "/wp-admin/css/colors-fresh$suffix.css", array(), $colors_version );
$styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version );

$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20110601' );
$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20110623' );
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110610' );
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110614' );
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110606' );
Expand Down

0 comments on commit 5eaf7b7

Please sign in to comment.