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

git-svn-id: https://develop.svn.wordpress.org/trunk@7607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-04-06 23:26:25 +00:00
parent 9b41523d8f
commit 60c92aa470

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;