diff --git a/app/index.html b/app/index.html index d0cc720..8cd8dee 100644 --- a/app/index.html +++ b/app/index.html @@ -18,6 +18,7 @@ + diff --git a/app/styles/aria-ng.css b/app/styles/aria-ng.css index 4f86b67..b66451d 100644 --- a/app/styles/aria-ng.css +++ b/app/styles/aria-ng.css @@ -3,6 +3,13 @@ * https://github.com/mayswind/AriaNg */ +body { + -ms-user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + /* skin-aria-ng */ .skin-aria-ng { overflow-y: hidden; @@ -440,6 +447,11 @@ td { font-size: 12px; } +.task-table .checkbox, .task-table .radio { + margin-top: 0; + margin-bottom: 0; +} + .task-table .progress { position: relative; } diff --git a/app/views/task-detail.html b/app/views/task-detail.html index 42e69c3..9db4ba1 100644 --- a/app/views/task-detail.html +++ b/app/views/task-detail.html @@ -133,8 +133,11 @@