~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/plugins/console/__init__.py

  • Committer: drtomc
  • Date: 2008-02-29 02:11:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:623
console: fix a minor styling flaw.
         scroll to the end each time we add more output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
""" % cgi.escape(util.make_path("media/images/interface/minimize.png")))
63
63
    req.write("""</div>
64
64
  <div id="console_body2">
65
 
  <pre id="console_output"></pre>
 
65
  <pre id="console_output" class='outputMsg'></pre>
66
66
  <div id="console_input">
67
67
    <div id="console_inputArea">
68
68
    </div>