Twenty Thirteen: better styling for text input elements in small viewports. Props obenland and karmatosed, fixes #23629.
git-svn-id: https://develop.svn.wordpress.org/trunk@23628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bc37473b87
commit
36ca3b7622
@ -2359,7 +2359,8 @@ footer.entry-meta {
|
||||
}
|
||||
|
||||
#commentform input[type="text"] {
|
||||
width: 270px;
|
||||
max-width: 270px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#commentform textarea {
|
||||
@ -3007,6 +3008,11 @@ footer.entry-meta {
|
||||
width: calc(100% - 104px);
|
||||
}
|
||||
|
||||
#commentform input[type="text"] {
|
||||
width: -webkit-calc(100% - 100px);
|
||||
width: calc(100% - 100px);
|
||||
}
|
||||
|
||||
#commentform textarea {
|
||||
height: 80px; /* Smaller field for mobile. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user