Tweaks for nav menu admin tabs with JS disabled. props koopersmith, see #13215
git-svn-id: http://svn.automattic.com/wordpress/trunk@14353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -12,13 +12,17 @@
|
||||
margin-left: 300px;
|
||||
}
|
||||
|
||||
#menu-settings-column {
|
||||
#wpbody-content #menu-settings-column {
|
||||
display:block;
|
||||
width:281px;
|
||||
margin-left: -300px;
|
||||
clear: both;
|
||||
float: left;
|
||||
padding-top: 24px;
|
||||
}
|
||||
.no-js #wpbody-content #menu-settings-column {
|
||||
padding-top: 31px;
|
||||
}
|
||||
|
||||
#menu-settings-column .inside {
|
||||
padding:0 10px;
|
||||
@@ -93,6 +97,7 @@
|
||||
|
||||
#menu-management .nav-tabs {
|
||||
padding-left: 30px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#menu-management .nav-tab {
|
||||
@@ -107,6 +112,16 @@
|
||||
border-bottom-color: #ececec;
|
||||
}
|
||||
|
||||
#select-nav-menu-container {
|
||||
text-align: right;
|
||||
padding: 0 10px 3px 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#select-nav-menu {
|
||||
width: 100px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#menu-management #major-publishing-actions #delete-action {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -494,10 +494,6 @@ textarea.all-options, input.all-options {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.nav-menus-php #wpbody-content .metabox-holder {
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user