Tighten up buttons a bit, always space out delete from its neighbor.

git-svn-id: https://develop.svn.wordpress.org/trunk@7287 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-14 08:38:09 +00:00
parent cf76b3d7c1
commit c690eedcef

View File

@ -153,7 +153,7 @@ form#upload #post_content {
.submit input, .button, .button-secondary { .submit input, .button, .button-secondary {
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: 3px 5px; padding: 2px 3px;
border: none; border: none;
font-size: 13px; font-size: 13px;
border-width: 1px; border-width: 1px;
@ -1348,3 +1348,7 @@ ul.view-switch li.current {
background-position: left 2px; background-position: left 2px;
padding-left: 18px; padding-left: 18px;
} }
.tablenav .delete {
margin-right: 20px;
}