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:
parent
9b41523d8f
commit
60c92aa470
@ -114,6 +114,12 @@ p#post-search
|
|||||||
float:right!important
|
float:right!important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tablenav .delete
|
||||||
|
{
|
||||||
|
margin-left: 40px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul.view-switch
|
ul.view-switch
|
||||||
{
|
{
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
Reference in New Issue
Block a user