diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -33,6 +33,7 @@ h3 { top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); + width: 600px; display: flex; flex-direction: column; justify-content: space-between; @@ -76,11 +77,13 @@ body { display: flex; flex-direction: row; align-items: center; - margin-bottom: 10px; + margin-bottom: 20px; } .radio > span { margin-left: 10px; } +label { display: flex; flex-direction: row; margin-bottom: 10px; } +label > span { display:; block; min-width: 80px; } </style> </head> <body class='loading'> @@ -88,7 +91,19 @@ body { <div class='tools'> <div> <h2>Sonification of wealth inequality</h2> - <select id="scale"></select> + <label> + <span>scale</span> + <select id="scale"></select> + </label> + <label> + <span>dataset</span> + <select id="dataset"></select> + </label> + <label> + <span>behavior</span> + <select id="behavior"></select> + </label> + <h3 id="dataset_name"></h3> <div class='radio'> <div id="timing"></div> |
