diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 3fc82154b..1a614d2f0 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -16,7 +16,7 @@ } #profile-jot-text { - height: 3.4em; + height: 40px; padding: 8px; width: 100%; } 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 { |