Clean up the menu name/actions section. see #13525.

git-svn-id: https://develop.svn.wordpress.org/trunk@14977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-27 04:19:23 +00:00
parent 4bcefca0ca
commit 9b8998cb46
4 changed files with 24 additions and 24 deletions
+12 -11
View File
@@ -162,12 +162,6 @@ body {
display: inline;
}
/* Menu Toolbar */
#menu-management .major-publishing-actions #delete-action {
float: right;
margin-right: 10px;
}
#menu-name-label {
margin-top: -2px;
}
@@ -482,30 +476,37 @@ body.js .item-order {
/* Major/minor publishing actions (classes) */
.major-publishing-actions {
clear:both;
clear:both;
padding: 5px 10px;
zoom:1;
}
.major-publishing-actions .publishing-action {
clear: both;
text-align: right;
float: right;
line-height: 23px;
margin: 5px 0 1px;
}
.major-publishing-actions .delete-action {
vertical-align: middle;
text-align: left;
float: right;
float: left;
padding-right: 15px;
margin-top: 5px;
}
.menu-name-label span, .auto-add-pages label {
font-size: 11px;
font-style: normal;
}
.auto-add-pages label.howto {
display: inline;
.menu-name-label {
margin-right: 15px;
}
.auto-add-pages input {
margin-top: 0;
}
.auto-add-pages {
clear: both;
margin-top: 4px;
float: left;
}
.submitbox .submitcancel {
color: #21759B;