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:
parent
1430acde73
commit
d46893048c
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user