mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-26 18:21:30 +01:00
RTL fixes from mani_monaj. see #6296
git-svn-id: http://svn.automattic.com/wordpress/trunk@7552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6d81b777d7
commit
5a3c15d7bd
@ -6,6 +6,11 @@ body, td {
|
|||||||
.wrap {
|
.wrap {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrap h2 {
|
||||||
|
margin: 5px 0 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
padding-left:50px;
|
padding-left:50px;
|
||||||
}
|
}
|
||||||
@ -34,6 +39,7 @@ p#widget-search, p#post-search {
|
|||||||
.widefat th {
|
.widefat th {
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* template editor */
|
/* template editor */
|
||||||
#template textarea {
|
#template textarea {
|
||||||
float:left;
|
float:left;
|
||||||
|
@ -209,10 +209,16 @@ div.ui-tabs-panel
|
|||||||
#tagchecklist span
|
#tagchecklist span
|
||||||
{
|
{
|
||||||
float:right;
|
float:right;
|
||||||
margin-left:15px;
|
margin-left:25px;
|
||||||
margin-right:0
|
margin-right:0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tagchecklist span a {
|
||||||
|
margin: 6px -9px 0 0;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.tablenav .tablenav-pages
|
.tablenav .tablenav-pages
|
||||||
{
|
{
|
||||||
float:left !important;
|
float:left !important;
|
||||||
@ -258,17 +264,17 @@ td.comment p.comment-author img.avatar
|
|||||||
{
|
{
|
||||||
height:35px;
|
height:35px;
|
||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
padding:12px 40px 0 0
|
padding:12px 40px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submenu,#wpbody
|
#submenu,#wpbody
|
||||||
{
|
{
|
||||||
clear:both
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submenu li,ul.subsubsub li a
|
#submenu li,ul.subsubsub li a
|
||||||
{
|
{
|
||||||
padding:0
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.widefat th,.form-table th
|
table.widefat th,.form-table th
|
||||||
@ -276,6 +282,11 @@ table.widefat th,.form-table th
|
|||||||
text-align:right
|
text-align:right
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widefat th input {
|
||||||
|
margin: 0 8px 0 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.available-theme,#tagchecklist span a
|
.available-theme,#tagchecklist span a
|
||||||
{
|
{
|
||||||
float:right
|
float:right
|
||||||
@ -291,3 +302,13 @@ table.widefat th,.form-table th
|
|||||||
#editorcontainer {
|
#editorcontainer {
|
||||||
border:1px solid;
|
border:1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrap h2 {
|
||||||
|
margin: 5px -4px 0 0;
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-left: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#message {
|
||||||
|
clear: both;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user