global-rtl.css from mdawaffe. fixes #6931 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
129d030c20
commit
0ddd511f36
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue