Skip to content

Commit

Permalink
UI: adjust 'select all' checkbox and label on a manage page.(#38183) (I…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastocker authored and Amstutz committed Nov 22, 2023
1 parent 6894de5 commit a761ba7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 8 additions & 2 deletions public/templates/default/delos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,19 @@ div.ilContainerListItemOuter {
div.tblfooter {
&.ilContainerListFooter {
font-size: $il-font-size-base;
padding: 3px 0 0 10px;
padding: $il-padding-xlarge-vertical $il-padding-xlarge-horizontal;
text-align: left;
margin: 0;
> input {
padding: 0;
margin: 0;
width: auto;
}
> label {
margin: 0;
padding: 0 0 0 8px;
vertical-align: top;
width: auto;
}
}
}
Expand Down

0 comments on commit a761ba7

Please sign in to comment.