mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Merge pull request #13156 from drummer83/orders_input_align
Align inputs on orders list and adjust position of checkboxes for reports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.admin-orders-index-search {
|
||||
.inline-checkbox {
|
||||
// Ensure it lines up with other fields
|
||||
min-height: 5.4em;
|
||||
// Ensure all fields have same min. height so they align well
|
||||
.field {
|
||||
min-height: 6em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -313,10 +313,15 @@ select {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.rendering-options {
|
||||
.inline-checkbox {
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-checkbox {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-top: 3px;
|
||||
|
||||
input,
|
||||
label {
|
||||
|
||||
Reference in New Issue
Block a user