Ignore:
Timestamp:
Oct 20, 2007, 8:28:32 AM (17 years ago)
Author:
ecprice
Message:

A monster checkin, with a variety of changes to the web
infrastructure.

Adds some support for javascript and asynchronous updates.

Also added prototype.

The interface is *really* *slow*, though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/static/style.css

    r182 r205  
    6767    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
    6868}
     69
     70#loadingnotice {
     71    padding: 2px;
     72    display: none;
     73    color: #FFFFFF;
     74    background: #CC2200;
     75    position: fixed;
     76    right: 10px;
     77    top: 5px;
     78}
     79
     80.error {
     81  color: #FF0000;
     82  padding: 0.25em;
     83}
     84
     85td.error {
     86  border: 1px solid red;
     87}
Note: See TracChangeset for help on using the changeset viewer.