Adjust slider to be the full width of the page.
[quanweb.git] / app / lib.css
index 843adedd9643eafbbc48a5d8773a5e37d67e1900..ae25cde4ae70993ad422742e5a57ff676240569c 100644 (file)
@@ -33,6 +33,10 @@ div.pager {
   text-align: left;
 }
 
+div.slidercontainer {
+  width: 100%;
+}
+
 h1 {
   background-color: #004080;
   border-color: #004080;
@@ -54,6 +58,13 @@ p.quote {
   text-align: justify;
 }
 
+input.slider {
+  -webkit-appearance: none:
+  appearance: none;
+  width: 100%;
+  outline: none;
+}
+
 span.popup { }
 
 span.popup:hover { text-decoration: none; background: #cfffff; z-index: 6; }
@@ -75,6 +86,10 @@ span.popup:hover span.pop-inner {
   z-index:6;
 }
 
+span.term {
+  display: inline-block;
+}
+
 div.tooltip {
   background: #cfffff;
   border-color: black;
@@ -83,7 +98,7 @@ div.tooltip {
   display: none;
   margin: 4px 0px 0px 0px;
   padding: 3px 3px 3px 3px;
-  position: fixed;
+  position: absolute;
   left: 50;
   text-decoration: none;
   top: 50;