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