X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/3abe2fa4dc143618a9d0bee9f66f04b141fb9dd2..dbbf69f4561c352fe825f6c7b0a81912aab987c9:/templates/static/style.css diff --git a/templates/static/style.css b/templates/static/style.css index 65f6966..f311640 100644 --- a/templates/static/style.css +++ b/templates/static/style.css @@ -66,3 +66,22 @@ var { .index table td a { font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace; } + +#loadingnotice { + padding: 2px; + display: none; + color: #FFFFFF; + background: #CC2200; + position: fixed; + right: 10px; + top: 5px; +} + +.error { + color: #FF0000; + padding: 0.25em; +} + +td.error { + border: 1px solid red; +} \ No newline at end of file