Add <popups> and styles
[infodrom.org/service.infodrom.org] / src / infodrom.css
index cb5063c..fb6744a 100644 (file)
@@ -146,6 +146,33 @@ input.button:hover {
   background-color: #bfbfbf;
 }
 
+/*
+ * Popups
+ */
+div.popup {
+  background: white;
+  border: 1px solid #CCC;
+  height: auto;
+  position: absolute;
+}
+div.popup_title {
+  width: 100%;
+  cursor: move;
+  background: #EEE;
+  margin-bottom: 5px;
+  font-weight: bold;
+  padding-bottom: 1px;
+}
+div.popup_body {
+  padding-left: 2px;
+  padding-right: 2px;
+  padding-bottom: 4px;
+}
+div.popup label {
+  margin-top: 2px;
+  display: block;
+}
+
 /*
  * Calendar
  */