Numerous style changes to the 'edit message' dialog. The save,
authorArt Cancro <ajc@citadel.org>
Tue, 26 Oct 2010 04:17:37 +0000 (00:17 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 26 Oct 2010 04:17:37 +0000 (00:17 -0400)
commitb0e75f49b52705fd73ec9318c3748e5b42a0f147
tree7677b9584805f56e4cf77b00b1438dd731c09f7f
parentb5fe2c675ce450e62a6a9debe0147c11bb548030
Numerous style changes to the 'edit message' dialog.  The save,
cancel, and address book buttons now occupy the navbar instead of
a bunch of controls that shouldn't have been there anyway.  I
also fixed a javascript bug that was making the addressbook popup
silently fail in the background if we were in a room that didn't
require message recipients.
The attachment dialog now sits above the message body pane, but
this will soon get migrated into the navbar as well (maybe another
popup).
Finally, the background of the message entry div now more or less
occupies the entire space available to it; this still needs more
tuning in order to make the editor occupy the correct amount of
space in the pane.
webcit/messages.c
webcit/static/styles/login.css
webcit/static/styles/webcit.css
webcit/static/t/edit_message.html
webcit/static/t/login.html