luci-theme: alignment fixes

These help to align read-only items with their title elements.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-01-14 01:43:48 +01:00
parent 2012b36215
commit 7f0c172ee1
5 changed files with 5 additions and 0 deletions
@@ -545,6 +545,7 @@ select {
display: flex;
flex-wrap: wrap;
margin-bottom: 18px;
align-items: baseline;
}
.cbi-value-field {
@@ -172,6 +172,7 @@ header h3 a, header .brand {
border-bottom: 1px solid var(--border-color-high);
margin-bottom: .5em;
display: block;
align-items: baseline;
}
.cbi-value.hidden {
@@ -1257,6 +1257,7 @@ td > table > tbody > tr > td,
display: inline-block;
width: 100%;
padding: .35rem 1rem .2rem 1rem;
align-items: baseline;
}
.cbi-value ul {
@@ -1123,6 +1123,7 @@ textarea {
display: flex;
flex-wrap: wrap;
margin: 0 0 1em 0;
align-items: baseline;
}
.cbi-value > label:first-child {
@@ -802,6 +802,7 @@ table td, table th {
vertical-align: middle;
padding: 0.25em 0.6em;
border-bottom: 1px dotted #bbbbbb;
align-items: baseline;
}
.cbi-value:hover {