Collapsed textareas are like buttons. They should not grow/shrink in size if app font-size changes.

This commit is contained in:
marijus 2014-05-26 11:32:58 +02:00
parent 9fa929fab5
commit f6ee43c883
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@
}
#profile-jot-text {
height: 3.4em;
height: 40px;
padding: 8px;
width: 100%;
}

View File

@ -1847,11 +1847,11 @@ img.mail-list-sender-photo {
}
#profile-jot-text::-webkit-input-placeholder {
font-size:1.5em;
font-size:19px;
}
#profile-jot-text::-moz-placeholder {
font-size:1.5em;
font-size:19px;
}
#profile-jot-text:focus::-webkit-input-placeholder {
@ -1988,6 +1988,7 @@ img.mail-list-sender-photo {
.comment-edit-text-empty {
color: gray;
font-size: 11px;
}
.comment-edit-text-full {