Allow pages to be added automattically to menus. see #13447.

git-svn-id: https://develop.svn.wordpress.org/trunk@14878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-25 13:49:56 +00:00
parent f2e1eaf40a
commit 00fda9f10b
5 changed files with 65 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -498,10 +498,16 @@ clear:both;
float: right;
padding-right: 15px;
}
.menu-name-label span {
.menu-name-label span, .auto-add-pages label {
font-size: 11px;
font-style: normal;
}
.auto-add-pages label.howto {
display: inline;
}
.auto-add-pages {
clear: both;
}
.submitbox .submitcancel {
color: #21759B;
border-bottom: 1px solid #21759B;