diff --git a/index.css b/index.css index 555b650..7c41e87 100644 --- a/index.css +++ b/index.css @@ -2286,6 +2286,28 @@ svg.button { align-items: center; } +.bmaCheck { + display: inline-flex; + width: 160px; + padding-top: 8px; +} + +.bmaInclude, .bmaExclude { + display: inline-flex; + width: 45px; +} + +.bmaStates, .bmaCultures, .bmaPopulation { + display: inline-flex; + width: 160px; + padding-top: 8px; +} + +.bmaSelect, .bmaNumber { + width: 80px; +} + + #errorBox { font-size: 0.9em; font-family: var(--monospace); diff --git a/index.html b/index.html index ae434d4..f5cb503 100644 --- a/index.html +++ b/index.html @@ -5508,58 +5508,83 @@