mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user