diff options
author | marijus <mario@mariovavti.com> | 2014-05-26 11:32:58 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-26 11:32:58 +0200 |
commit | f6ee43c8837df4d82312ef7443504902f620f10c (patch) | |
tree | cb66461cc34e0a718c2361211ce24cd2011d3af5 /view/theme/redbasic/css | |
parent | 9fa929fab5c4c547951a0b42e7d56a94aea17564 (diff) | |
download | volse-hubzilla-f6ee43c8837df4d82312ef7443504902f620f10c.tar.gz volse-hubzilla-f6ee43c8837df4d82312ef7443504902f620f10c.tar.bz2 volse-hubzilla-f6ee43c8837df4d82312ef7443504902f620f10c.zip |
Collapsed textareas are like buttons. They should not grow/shrink in size if app font-size changes.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fe4c93e66..21f594132 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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 { |