Browse Source

Align radio & checkboxes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v14.0.0beta1
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
5dbd09f07c
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/css/apps.scss

+ 2
- 2
core/css/apps.scss View File

@@ -895,10 +895,10 @@ $popovericon-size: 16px;
width: 100%;
}
> input.checkbox + label::before {
margin: -2px 12px 0;
margin: -2px 13px 0;
}
> input.radio + label::before {
margin: -2px 11px 0;
margin: -2px 12px 0;
}
> input:not([type=radio]):not([type=checkbox]):not([type=image]) {
width: 150px;

Loading…
Cancel
Save