Fix code button alignment. Props sambauers. fixes #6179
git-svn-id: https://develop.svn.wordpress.org/trunk@7272 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
00c6484a3b
commit
59a21ab804
@ -263,6 +263,7 @@ textarea.all-options, input.all-options {
|
||||
#ed_toolbar input {
|
||||
margin: 3px 2px 2px;
|
||||
padding: 2px 4px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
#quicktags #ed_strong {
|
||||
@ -283,6 +284,7 @@ textarea.all-options, input.all-options {
|
||||
|
||||
#quicktags #ed_code {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 1.1em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user