A monster checkin, with a variety of changes to the web
[invirt/packages/invirt-web.git] / templates / static / style.css
index 65f6966..f311640 100644 (file)
@@ -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