Twenty Twelve: update base style for comment textarea and input elements to avoid clipping off the edges. Props emiluzelac and obenland, fixes #21916.
git-svn-id: https://develop.svn.wordpress.org/trunk@21897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ba5853e0f6
commit
881acec892
|
@ -1179,12 +1179,14 @@ a.comment-reply-link:hover {
|
||||||
}
|
}
|
||||||
#respond form input[type="text"],
|
#respond form input[type="text"],
|
||||||
#respond form textarea {
|
#respond form textarea {
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-size: 0.857142857rem;
|
font-size: 0.857142857rem;
|
||||||
line-height: 1.714285714;
|
line-height: 1.714285714;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding: 0.714285714rem;
|
padding: 0.714285714rem;
|
||||||
width: 96%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#respond form p.form-allowed-tags {
|
#respond form p.form-allowed-tags {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue