Skip to content

Commit 4234881

Browse files
committed
More inline stat picker
1 parent 334bdcf commit 4234881

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site/static/compare.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@
122122
</div>
123123
</div>
124124
</fieldset>
125-
<label class="section-heading" for="stats">Metric</label>
126-
<div id="metric" style="display: flex; justify-content: center;">
127-
<select id='stats' name="stat"></select>
125+
<div id="metric" style="position: relative;height: 60px;">
126+
<label class="section-heading" for="stats">Metric</label>
127+
<div style="width: 100%; position: absolute; top:0; display: flex; justify-content: center;">
128+
<select id='stats' name="stat"></select>
129+
</div>
128130
</div>
129131
<input id="submit" type="submit" value="Submit" onclick="submit_settings(); return false;">
130132
</form>

0 commit comments

Comments
 (0)