Add error and info popups
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 788fe08..bc5cb1a 100644 (file)
@@ -183,6 +183,33 @@ table#fc {
   z-index: 100;
 }
 
+/*
+ * jQuery & Co.
+ */
+div#message_div {
+    background: #ffffcd;
+    color: #555;
+    border: 1px solid limegreen;
+    font-size: 120%;
+    padding: 5px;
+}
+div#error_div {
+    background: #ddd;
+    color: #555;
+    border: 1px solid red;
+}
+div#error_div div {
+    font-size: 120%;
+    font-weight: bold;
+    padding: 5px;
+}
+div#error_div p {
+    text-align: right;
+    padding: 2px;
+    margin: 0;
+    border-bottom: 1px solid #CCC;
+}
+
 /*
  * Footer
  */
@@ -199,9 +226,3 @@ div.footerright {
   font-size: xx-small;
 }
 
-/*
- * Local variables:
- * mode: indented-text
- * mode: auto-fill
- * End:
-*/