1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

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.
This commit is contained in:
Greg Ross 2018-07-09 14:47:44 -04:00 committed by Loïc Blot
parent a51a2bb9c7
commit 3786ef6b05

View File

@ -241,6 +241,12 @@
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 34px; height: 34px;
vertical-align: middle;
}
#app-settings-content input[type="checkbox"] {
vertical-align: middle;
cursor: pointer;
} }
.label-invalid-input { .label-invalid-input {