From 60c92aa470d491be775507419d30763f3b0e252f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 6 Apr 2008 23:26:25 +0000 Subject: [PATCH] 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 --- wp-admin/rtl.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-admin/rtl.css b/wp-admin/rtl.css index 392c59514b..196a9b0905 100644 --- a/wp-admin/rtl.css +++ b/wp-admin/rtl.css @@ -114,6 +114,12 @@ p#post-search float:right!important } +.tablenav .delete +{ + margin-left: 40px; + margin-right: 0; +} + ul.view-switch { float:left;