global-rtl.css from mdawaffe. fixes #6931 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7908 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-08 17:46:46 +00:00
parent a1be16cf86
commit cc8227915b
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
/* styles for use by people extending the WordPress interface */
.alignleft { float: right; }
.alignright { float: left; }
.textleft { text-align: right; }
.textright { text-align: left; }
.widefat td {
padding: 7px 10px 9px 15px;
}
.widefat th {
padding: 9px 10px 6px 15px;
text-align: right;
}
.widefat th input {
margin: 0 8px 0 0;
}
.widefat .check-column {
text-align: left;
}
.wrap h2 {
margin: 5px -4px 0 0;
padding: 0 0 7px 280px;
}