diff --git a/src/assets/main.css b/src/assets/main.css index 7a95f60d..6ac709b6 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -50,6 +50,9 @@ select { width: 6rem; line-height: var(--base-line-height); } +input[type='radio'] { + vertical-align: -0.05rem; +} optgroup { font-weight: bold; } @@ -142,12 +145,18 @@ ul.btn-group { } .control.checkbox-container label { font-weight: normal; + margin-left: 0.2rem; + text-align: left; + vertical-align: baseline; } .control.radio-group { - gap: 0.15rem 1rem; + gap: 0rem 1rem; } .control.radio-group span label { font-weight: unset; + margin-left: 0.35rem; + text-align: left; + vertical-align: baseline; } /* Responding to screen size */ diff --git a/src/components/ScaleControls.vue b/src/components/ScaleControls.vue index a5d38ac4..81cce1b6 100644 --- a/src/components/ScaleControls.vue +++ b/src/components/ScaleControls.vue @@ -87,7 +87,7 @@ defineExpose({ focus, clearPaletteInfo }) v-model="scale.autoColors" @input="updateScale" /> - + @@ -98,7 +98,7 @@ defineExpose({ focus, clearPaletteInfo }) v-model="scale.autoColors" @input="updateScale" /> - + @@ -109,7 +109,7 @@ defineExpose({ focus, clearPaletteInfo }) v-model="scale.autoColors" @input="updateScale" /> - + diff --git a/src/components/modals/generation/ConcordanceShell.vue b/src/components/modals/generation/ConcordanceShell.vue index eac310e8..601f91fe 100644 --- a/src/components/modals/generation/ConcordanceShell.vue +++ b/src/components/modals/generation/ConcordanceShell.vue @@ -111,11 +111,11 @@ function generate(shell = true, expand = true) { - + - +
diff --git a/src/components/modals/generation/HistoricalScale.vue b/src/components/modals/generation/HistoricalScale.vue index 7f9b2a3c..4619cb00 100644 --- a/src/components/modals/generation/HistoricalScale.vue +++ b/src/components/modals/generation/HistoricalScale.vue @@ -186,7 +186,7 @@ function generate(expand = true) { v-model="historical.method" @input="historical.selectPreset(historical.selectedPreset)" /> - + @@ -197,7 +197,7 @@ function generate(expand = true) { v-model="historical.method" @input="historical.down = 1" /> - + @@ -208,7 +208,7 @@ function generate(expand = true) { v-model="historical.method" @input="historical.selectWellPreset(historical.selectedWellPreset)" /> - +
@@ -243,11 +243,11 @@ function generate(expand = true) { - + - +
@@ -337,11 +337,11 @@ function generate(expand = true) { - + - +
@@ -384,11 +384,11 @@ function generate(expand = true) { - + - +
diff --git a/src/components/modals/generation/MosScale.vue b/src/components/modals/generation/MosScale.vue index 608ca46c..d6a4d190 100644 --- a/src/components/modals/generation/MosScale.vue +++ b/src/components/modals/generation/MosScale.vue @@ -147,17 +147,17 @@ function edoClick(info: MosScaleInfo) {
- + - + - +
@@ -215,45 +215,45 @@ function edoClick(info: MosScaleInfo) { - + - + - +
- + - +
- + - + - + - +
diff --git a/src/components/modals/generation/RankTwo.vue b/src/components/modals/generation/RankTwo.vue index 094f21ce..3e3799f4 100644 --- a/src/components/modals/generation/RankTwo.vue +++ b/src/components/modals/generation/RankTwo.vue @@ -184,22 +184,22 @@ function generate(expand = true) { - + - + - + - + @@ -385,22 +385,22 @@ function generate(expand = true) { - + - +
- + - +
@@ -417,17 +417,17 @@ function generate(expand = true) {
- + - + - +
diff --git a/src/components/modals/generation/SpanLattice.vue b/src/components/modals/generation/SpanLattice.vue index 46264119..1361ae81 100644 --- a/src/components/modals/generation/SpanLattice.vue +++ b/src/components/modals/generation/SpanLattice.vue @@ -109,17 +109,17 @@ function generate(expand = true) { value="generators" v-model="lattice.method" /> - + - + - +
@@ -201,17 +201,17 @@ function generate(expand = true) {
- + - + - +
diff --git a/src/components/modals/modification/ApproximateByRatios.vue b/src/components/modals/modification/ApproximateByRatios.vue index 728396d7..c647a5a7 100644 --- a/src/components/modals/modification/ApproximateByRatios.vue +++ b/src/components/modals/modification/ApproximateByRatios.vue @@ -182,17 +182,17 @@ function modify(expand = true) { value="convergents" v-model="approx.method" /> - + - + - +
diff --git a/src/components/modals/modification/CoalesceDuplicates.vue b/src/components/modals/modification/CoalesceDuplicates.vue index 456b7b78..ede92711 100644 --- a/src/components/modals/modification/CoalesceDuplicates.vue +++ b/src/components/modals/modification/CoalesceDuplicates.vue @@ -52,7 +52,7 @@ function modify(expand = true) { value="simplest" v-model="modal.coalescingAction" /> - + @@ -62,7 +62,7 @@ function modify(expand = true) { value="lowest" v-model="modal.coalescingAction" /> - + @@ -72,16 +72,16 @@ function modify(expand = true) { value="highest" v-model="modal.coalescingAction" /> - + - + - + - + diff --git a/src/components/modals/modification/EqualizeScale.vue b/src/components/modals/modification/EqualizeScale.vue index 74a8808a..8af8eb65 100644 --- a/src/components/modals/modification/EqualizeScale.vue +++ b/src/components/modals/modification/EqualizeScale.vue @@ -73,11 +73,11 @@ function modify(expand = true) { - + - +

Error: {{ equalizedScaleData.error.toFixed(5) }} c

diff --git a/src/components/modals/modification/ExpandScale.vue b/src/components/modals/modification/ExpandScale.vue index 5bde53a0..a3fe5eea 100644 --- a/src/components/modals/modification/ExpandScale.vue +++ b/src/components/modals/modification/ExpandScale.vue @@ -32,11 +32,11 @@ function modify() {

Expand your scale to individual lines.

- +
- +
diff --git a/src/components/modals/modification/MergeOffsets.vue b/src/components/modals/modification/MergeOffsets.vue index adc6a8b9..0c2beb6f 100644 --- a/src/components/modals/modification/MergeOffsets.vue +++ b/src/components/modals/modification/MergeOffsets.vue @@ -50,17 +50,17 @@ function modify(expand = true) { - + - + - + diff --git a/src/components/modals/modification/RandomVariance.vue b/src/components/modals/modification/RandomVariance.vue index 20f2587a..456f7e3f 100644 --- a/src/components/modals/modification/RandomVariance.vue +++ b/src/components/modals/modification/RandomVariance.vue @@ -47,7 +47,7 @@ function modify(expand = true) {
- +
diff --git a/src/components/modals/modification/TemperScale.vue b/src/components/modals/modification/TemperScale.vue index 5de3c4e9..3457f814 100644 --- a/src/components/modals/modification/TemperScale.vue +++ b/src/components/modals/modification/TemperScale.vue @@ -94,7 +94,7 @@ function modify(expand = true) { @focus="temper.error = ''" v-model="temper.method" /> - + - + @@ -115,7 +115,7 @@ function modify(expand = true) { @focus="temper.error = ''" v-model="temper.method" /> - + @@ -196,7 +196,7 @@ function modify(expand = true) { @focus="temper.error = ''" v-model="temper.tempering" /> - + @@ -207,7 +207,7 @@ function modify(expand = true) { @focus="temper.error = ''" v-model="temper.tempering" /> - + @@ -219,7 +219,7 @@ function modify(expand = true) { :disabled="!temper.constraintsAvailable" v-model="temper.tempering" /> - + diff --git a/src/views/AnalysisView.vue b/src/views/AnalysisView.vue index 69023288..9cda881d 100644 --- a/src/views/AnalysisView.vue +++ b/src/views/AnalysisView.vue @@ -230,17 +230,17 @@ function highlight(y?: number, x?: number) { - + - + - + @@ -252,12 +252,12 @@ function highlight(y?: number, x?: number) { - + - +
@@ -276,7 +276,7 @@ function highlight(y?: number, x?: number) { type="checkbox" v-model="state.calculateConstantStructureViolations" /> - +
@@ -284,11 +284,11 @@ function highlight(y?: number, x?: number) {
- +
- +
@@ -383,11 +383,11 @@ function highlight(y?: number, x?: number) { - + - +
diff --git a/src/views/LatticeView.vue b/src/views/LatticeView.vue index f3dba428..428df404 100644 --- a/src/views/LatticeView.vue +++ b/src/views/LatticeView.vue @@ -123,11 +123,11 @@ watch(etPreset, (newValue) => { - + - +