Hide the composebox's personal-message bar by default.

The form decides which fields to require based on whether
or not the personal-message bar is showing. Hide it by
default.

(Otherwise, both the 'Stream' and 'Huddle' prompts show up,
and you're obligated to fill out both of them.)

(imported from commit 13521ed5b7849f41c0335157d468f5e463c7f62d)
This commit is contained in:
Waseem Daher 2012-10-05 19:05:14 -04:00
parent 358351d423
commit 9ecb978388
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ img.profile_picture {
filter: alpha(opacity=40);
}
.zephyr_compose_table #personal-message {
display: none;
}
#connection-error {
margin-top: 5px;
display: none;