RTL pagination fixes. Props yoavf. fixes #15974

git-svn-id: https://develop.svn.wordpress.org/trunk@17152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-12-26 21:54:42 +00:00
parent 1430acde73
commit d46893048c
2 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -68,6 +68,13 @@ td.available-theme {
* html #template div {
margin-left: 0;
}
.list-ajax-loading {
float: left;
margin-right: 0;
margin-left: 9px;
}
#your-profile legend {
font-family: Tahoma, Arial, sans-serif;
}
@ -89,16 +96,12 @@ 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;
font-style:normal;
}
#postcustomstuff table input,
#postcustomstuff table select,