mirror of https://github.com/portainer/portainer
fix(ux): fix checkbox sizing (#4172)
* fix(UX): scale and align checkboxes * fix(UX): scale to default browser zoom * fix(UX): use different browser scale properties * fix(UX): css rule with fixed height/widthpull/4185/head
parent
8408484f8b
commit
59cc02137d
|
@ -75,6 +75,12 @@ input[type='checkbox'] {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.md-checkbox input[type='checkbox'] {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
a[ng-click] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue