Fix styling of underlines for menus admin. Props koopersmith. see #13378

git-svn-id: https://develop.svn.wordpress.org/trunk@14848 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-05-24 19:31:07 +00:00
parent 38dc28c7a8
commit 8b0b751b70
2 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -218,7 +218,13 @@ body {
display:block;
float:left;
font-size: 11px;
margin: 4px 0;
line-height: 15px;
}
.meta-sep {
padding: 0 2px;
}
#cancel-save { color: #ff0000; text-decoration: underline; font-size: 11px; margin-left: 20px; margin-top: 5px; }
#cancel-save:hover { background-color: #FF0000; color: #fff; }
@ -466,7 +472,6 @@ body.js .item-order {
.menu-item-actions {
padding-top: 15px;
line-height: 25px;
}
.save-menu-item {
float: right;
@ -492,7 +497,6 @@ clear:both;
line-height: 23px;
}
.major-publishing-actions .delete-action {
line-height: 25px;
vertical-align: middle;
text-align: left;
float: right;