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)
commit5124f5fcceedb70b64fd3031b3ad69e002e00d5b
tree7677b9584805f56e4cf77b00b1438dd731c09f7f
parent4c9ff813de28edac402cca0396bbfc5956f11cb1
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