RTL for Nav Menu tweaks. see #23641. see #23645. props DrewAPicture

git-svn-id: https://develop.svn.wordpress.org/trunk@23748 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2013-03-19 03:16:24 +00:00
parent 2c201632a2
commit c920cfa3a0
1 changed files with 11 additions and 5 deletions

View File

@ -2571,17 +2571,23 @@ div.sidebar-name h3 {
}
.manage-menus .submit-btn {
float: right;
float: right;
}
.manage-menus .selected-menu {
float: right;
margin: 5px 0 0 6px;
float: right;
margin: 5px 0 0 6px;
}
.nav-menus-php .add-new-menu-action {
float: right;
margin: 4px 6px 0 0;
float: right;
margin: 4px 6px 0 0;
}
.nav-menus-php .meta-sep,
.nav-menus-php .submitdelete,
.nav-menus-php .submitcancel {
float: right;
}
/*------------------------------------------------------------------------------