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:
parent
7afb82c4ae
commit
ba3972df2b
|
@ -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;
|
||||
|
@ -1348,3 +1348,7 @@ ul.view-switch li.current {
|
|||
background-position: left 2px;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
.tablenav .delete {
|
||||
margin-right: 20px;
|
||||
}
|
Loading…
Reference in New Issue