Merge pull request #736 from danvk/issue-pr-templates
[dygraphs.git] / gallery / gallery.css
index 74bbbef..2febc68 100644 (file)
@@ -122,7 +122,7 @@ a {
   position: absolute;
   left: 200px;
   right: 10px;
-  top: 100px;
+  top: 150px;
   bottom: 10px;
 }
 
@@ -157,3 +157,9 @@ a {
 #workarea #temperature-sf-ny #bordered {
   border: 1px solid red;
 }
+
+#workarea #highlighted-series .few .dygraph-legend > span.highlight { border: 1px solid grey; }
+#workarea #highlighted-series .many .dygraph-legend > span { display: none; }
+#workarea #highlighted-series .many .dygraph-legend > span.highlight { display: inline; }
+
+#workarea #edge-padding fieldset { display: inline-block; vertical-align: top; }