RTL for the new style pagination links. fixes #15974.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-12-25 13:48:13 +00:00
parent 291e6c8038
commit 6ca0be1c1e
4 changed files with 16 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -89,9 +89,14 @@ td.available-theme {
}
.tablenav .tablenav-pages {
float: left;
direction: ltr;
}
.tablenav .tablenav-pages .paging-input {
direction: rtl;
}
.tablenav .displaying-num {
margin-right: 0;
float: right;
margin-left: 10px;
font-family: Tahoma, Arial, sans-serif;
}