From 3786ef6b050e5bc52bf76f9a86d8d0df54ac2879 Mon Sep 17 00:00:00 2001 From: Greg Ross Date: Mon, 9 Jul 2018 14:47:44 -0400 Subject: [PATCH] Align the button and checkbox in the settings menu (#257) * Align the button and checkbox in the settings menu * Also set the pointer type. As an input field is used, the default cursor will be the caret, it should be the pointer instead as it's really a checkbox. --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 00c97d7..43b0c52 100644 --- a/css/style.css +++ b/css/style.css @@ -241,6 +241,12 @@ background-position: center; background-repeat: no-repeat; height: 34px; + vertical-align: middle; +} + +#app-settings-content input[type="checkbox"] { + vertical-align: middle; + cursor: pointer; } .label-invalid-input {