mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
RTL pagination fixes. Props yoavf. fixes #15974
git-svn-id: http://svn.automattic.com/wordpress/trunk@17152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
964e5e46ec
commit
313d646287
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