Added contact offers.
[readifood.git] / www / style.css
index 84af4f4..bda32bf 100644 (file)
@@ -16,6 +16,8 @@
   }
 
   .printonly { }
+
+  #popup { }
 }
 
 @media screen {
@@ -97,3 +99,37 @@ a.delete {
 table.report > * > tr > td {
   padding-right: 0.25em;
 }
+
+#popup {
+  display: none;
+  position: absolute;
+  z-index: 10;
+  width: 500px;
+  height: 375px;
+  background: #eeeeee;
+}
+
+.sortdragging {
+  border-color: black;
+  border-width: 1px;
+  border-style: solid;
+  border-radius: 0.5em;
+  padding-bottom: 1em;
+  background: #eeeeee;
+  opacity: 0.75;
+}
+
+span.sortdragging hr {
+  display: none;
+}
+
+.sortplaceholder {
+  border-color: black;
+  border-width: 1px;
+  border-style: dotted;
+  border-radius: 0.5em;
+  background: #ffffee;
+  height: 2em;
+  position: absolute;
+}
+