RTL fixes from mani_monaj. see #6296

git-svn-id: https://develop.svn.wordpress.org/trunk@7552 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-27 20:33:56 +00:00
parent 39ee18d8f3
commit 2cfb393c46
2 changed files with 31 additions and 4 deletions

View File

@ -6,6 +6,11 @@ body, td {
.wrap {
text-align: right;
}
.wrap h2 {
margin: 5px 0 0 4px;
}
#footer {
padding-left:50px;
}
@ -34,6 +39,7 @@ p#widget-search, p#post-search {
.widefat th {
padding-bottom: 8px;
}
/* template editor */
#template textarea {
float:left;

View File

@ -209,10 +209,16 @@ div.ui-tabs-panel
#tagchecklist span
{
float:right;
margin-left:15px;
margin-left:25px;
margin-right:0
}
#tagchecklist span a {
margin: 6px -9px 0 0;
float: right;
}
.tablenav .tablenav-pages
{
float:left !important;
@ -258,17 +264,17 @@ td.comment p.comment-author img.avatar
{
height:35px;
margin-right:20px;
padding:12px 40px 0 0
padding:12px 40px 0 0;
}
#submenu,#wpbody
{
clear:both
clear:both;
}
#submenu li,ul.subsubsub li a
{
padding:0
padding:0;
}
table.widefat th,.form-table th
@ -276,6 +282,11 @@ table.widefat th,.form-table th
text-align:right
}
.widefat th input {
margin: 0 8px 0 0;
padding: 0;
}
.available-theme,#tagchecklist span a
{
float:right
@ -290,4 +301,14 @@ table.widefat th,.form-table th
#editorcontainer {
border:1px solid;
}
.wrap h2 {
margin: 5px -4px 0 0;
padding-right: 0px;
padding-left: 280px;
}
div#message {
clear: both;
}