Fix some RTL CSS issues. props garyc40. props ocean90. fixes #16017

git-svn-id: https://develop.svn.wordpress.org/trunk@17179 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-12-30 16:26:25 +00:00
parent 61c80bebca
commit eb44707143
3 changed files with 14 additions and 4 deletions

View File

@@ -13,9 +13,19 @@ td.available-theme {
}
/* 200 - 500
=================================== */
#doaction,
#doaction2,
#post-query-submit {
margin-right: 0;
margin-left: 8px;
}
#save-post {
float: right;
}
#minor-publishing .ajax-loading {
padding: 3px 4px 0 0;
float: right;
}
.preview {
float: left;
}
@@ -92,7 +102,7 @@ td.available-theme {
margin-left: 10px;
}
.tablenav a.button-secondary {
margin: 8px 0 0 8px;
margin: 3px 0 0 8px;
}
.tablenav .tablenav-pages {
float: left;
@@ -101,7 +111,7 @@ td.available-theme {
margin-right: 0;
margin-left: 10px;
font-family: Tahoma, Arial, sans-serif;
font-style:normal;
font-style: normal;
}
#postcustomstuff table input,
#postcustomstuff table select,