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

git-svn-id: https://develop.svn.wordpress.org/trunk@17139 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-25 13:48:13 +00:00
parent 33e4eee845
commit b98ffad893
4 changed files with 16 additions and 8 deletions

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