Added padding for 'Storage Space' in RTL. Props rasheed, yoavf. fixes #17871

git-svn-id: https://develop.svn.wordpress.org/trunk@18332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-06-23 19:57:21 +00:00
parent 1598bef0d5
commit ba11fe1ed2
3 changed files with 7 additions and 2 deletions

View File

@@ -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;
}