Fix styling of underlines for menus admin. Props koopersmith. see #13378
git-svn-id: http://svn.automattic.com/wordpress/trunk@14848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff7acc8451
commit
055cd2b7ca
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