]> code.citadel.org Git - citadel.git/commitdiff
start im on bottom
authorArt Cancro <ajc@citadel.org>
Thu, 12 Jan 2006 20:40:56 +0000 (20:40 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 12 Jan 2006 20:40:56 +0000 (20:40 +0000)
webcit/static/instant_messenger.html

index 87f9ab533e7189db3c97409501a8e818e23c8a16..222e652b3308eb839f024c0139859f2df6a0116e 100644 (file)
@@ -114,8 +114,11 @@ function ShowNewMsg(gexp_xmlresponse) {
                          $('main').innerHTML
                        + '<div id=\"tab_' + which_div + '\" style=\"display:none;cursor:pointer\">'
                        + '<div id=\"' + which_div + '\">'
+                       + '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />'
+                       + '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />'
                        + '</div>'
-                       + '<div id=\"response_' + which_div + '\" style=\"background:#ddddee\">'
+                       + '<div align=\"center\" id=\"response_'
+                       + which_div + '\" style=\"background:#ddddee\">'
                        + '<br><form method=\"post\" action=\"null\" name=\"sendform_' + which_div + '\" '
                        + 'onSubmit=\"return SendSomething(\'' + which_div + '\', \'sendform_'
                        + which_div + '\', \'' + sender + '\');\">'