X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/08d9836a894fad232049e2adc59c131bc6dc1aaf..ed3be7ee0d8af0cb884233327a3062c2be614d15:/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