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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-04-06 23:26:25 +00:00
parent 81d1b488a9
commit 82f01c5c79
1 changed files with 6 additions and 0 deletions

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;