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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-14 08:38:09 +00:00
parent 7afb82c4ae
commit ba3972df2b

View File

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