Enable strict mode and tweak (default) page size.
[quanweb.git] / app / lib.css
index 0845b0d0411c41f5bbb379b15001662ff3bbe0a7..97d68221f72547ae37dc9c3db37047f39de2ab2e 100644 (file)
@@ -75,6 +75,21 @@ span.popup:hover span.pop-inner {
   z-index:6;
 }
 
+div.tooltip {
+  background: #cfffff;
+  border-color: black;
+  border-style: solid;
+  border-width: 1px;
+  display: none;
+  margin: 4px 0px 0px 0px;
+  padding: 3px 3px 3px 3px;
+  position: absolute;
+  left: 50;
+  text-decoration: none;
+  top: 50;
+  z-index: 6;
+}
+
 table.header {
   width: 100%;
   line-height: 1.8;