mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
81d1b488a9
commit
82f01c5c79
@ -114,6 +114,12 @@ p#post-search
|
||||
float:right!important
|
||||
}
|
||||
|
||||
.tablenav .delete
|
||||
{
|
||||
margin-left: 40px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
ul.view-switch
|
||||
{
|
||||
float:left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user