Refactor search into its own controller.
[quanweb.git] / app / lib.css
index be1e367b4373a2454a25c36cd59504f4a8543838..1c4baa0851606597f703ed78681b2efa4d7f46fc 100644 (file)
@@ -22,7 +22,7 @@ div.book {
   border 3px solid #73ad21;
 }
 
-div.footer {
+div.pager {
   background-color: #004080;
   border-color: #004080;
   border-style: solid;
@@ -75,6 +75,25 @@ span.popup:hover span.pop-inner {
   z-index:6;
 }
 
+span.term {
+  display: inline-block;
+}
+
+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;