diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-07 15:17:54 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-07 15:17:54 +0100 |
commit | 5dbd09f07cddafd59d96ee632ca967df151ab701 (patch) | |
tree | 12b4ced1ad35392ded57205db09b4b7de4e21050 /core | |
parent | 446a3a9d5a9ea552f93b7621bb798b0f573f1bd7 (diff) | |
download | nextcloud-server-5dbd09f07cddafd59d96ee632ca967df151ab701.tar.gz nextcloud-server-5dbd09f07cddafd59d96ee632ca967df151ab701.zip |
Align radio & checkboxes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e6f1aaf9d36..fc255aca676 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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; |