Fix RTL alignment for delete button. Props RanYanivHartstein. fixes #6617 for 2.5

git-svn-id: https://develop.svn.wordpress.org/branches/2.5@7608 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-04-06 23:26:43 +00:00
parent 5b4f094cc4
commit c1bb0d4995

View File

@ -114,6 +114,12 @@ p#post-search
float:right!important
}
.tablenav .delete
{
margin-left: 40px;
margin-right: 0;
}
ul.view-switch
{
float:left;