mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user