mirror of
https://github.com/pi-hole/web.git
synced 2026-04-21 09:19:43 +01:00
Simplify the layout moving "add new item" fields to the table footer
- create a table footer and move the input fields there; - CSS to format the input fields - remove the collapsible box Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -373,12 +373,18 @@ td.lookatme {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.form-inline .dataTables .form-control {
|
||||
.form-inline .dataTable .form-control {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Table footer row used to add new items, using inline input fields */
|
||||
tfoot.add-new-item > tr > th {
|
||||
font-weight: normal;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-results > .select2-results__options {
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user