mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 09:05:22 +01:00
git-svn-id: http://core.svn.wordpress.org/trunk@23748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
043d31609f
commit
43273611b8
@ -2571,17 +2571,23 @@ div.sidebar-name h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.manage-menus .submit-btn {
|
.manage-menus .submit-btn {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-menus .selected-menu {
|
.manage-menus .selected-menu {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 5px 0 0 6px;
|
margin: 5px 0 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menus-php .add-new-menu-action {
|
.nav-menus-php .add-new-menu-action {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 4px 6px 0 0;
|
margin: 4px 6px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menus-php .meta-sep,
|
||||||
|
.nav-menus-php .submitdelete,
|
||||||
|
.nav-menus-php .submitcancel {
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user