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:
parent
38dc28c7a8
commit
8b0b751b70
File diff suppressed because one or more lines are too long
@ -218,7 +218,13 @@ body {
|
|||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
font-size: 11px;
|
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 { color: #ff0000; text-decoration: underline; font-size: 11px; margin-left: 20px; margin-top: 5px; }
|
||||||
#cancel-save:hover { background-color: #FF0000; color: #fff; }
|
#cancel-save:hover { background-color: #FF0000; color: #fff; }
|
||||||
|
|
||||||
@ -466,7 +472,6 @@ body.js .item-order {
|
|||||||
|
|
||||||
.menu-item-actions {
|
.menu-item-actions {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
line-height: 25px;
|
|
||||||
}
|
}
|
||||||
.save-menu-item {
|
.save-menu-item {
|
||||||
float: right;
|
float: right;
|
||||||
@ -492,7 +497,6 @@ clear:both;
|
|||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
.major-publishing-actions .delete-action {
|
.major-publishing-actions .delete-action {
|
||||||
line-height: 25px;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user