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