Changeset 358 for trunk/web-app


Ignore:
Timestamp:
Feb 16, 2010, 9:01:07 AM (14 years ago)
Author:
gav
Message:

Added an application log view.
Reduced log file size and added CSS and JavaScript? to suite.

Location:
trunk/web-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r328 r358  
    5555    float: left;
    5656    /*border: 1px solid #ccc;*/
     57}
     58
     59#log {
     60    width: 920px;
     61    height: auto;
    5762}
    5863
  • trunk/web-app/js/jsUtil.js

    r323 r358  
    3535    }
    3636}
     37
     38function textAreaScrollBottom(id) {
     39    $(id).scrollTop = $(id).scrollHeight;
     40}
     41
     42function focusUtil(id) {
     43    $(id).focus();
     44}
Note: See TracChangeset for help on using the changeset viewer.