diff --git a/index.html b/index.html index cd1fd3fa..bf14872e 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,30 @@ .padded { padding: 10px; } + + .weights { + margin-left: 2em; + display: none; + } + + .weights input{ + display: inline-block; + width: 3em; + position: relative; + top: -2em; + right: 2.3em; + } + + .weights label{ + display: inline-block; + padding-top: 2em; + } + + .weights > span{ + display: block; + padding-bottom: 15px; + margin-left: -1em; + } .chart-lists { flex: 1 0 0; @@ -107,9 +131,35 @@