Added popup div.
[readifood.git] / www / style.css
index 84af4f4..79f7f55 100644 (file)
@@ -16,6 +16,8 @@
   }
 
   .printonly { }
+
+  #popup { }
 }
 
 @media screen {
@@ -97,3 +99,12 @@ a.delete {
 table.report > * > tr > td {
   padding-right: 0.25em;
 }
+
+#popup {
+  display: none;
+  position: absolute;
+  z-index: 10;
+  width: 500px;
+  height: 375px;
+  background: #eeeeee;
+}