From f054c95b0ad3b4f98fdfba3b6b7fb26b44499d7a Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 29 May 2016 13:01:05 +0800 Subject: [PATCH] adjust checkbox style --- app/index.html | 1 + app/styles/aria-ng.css | 12 ++++++++++++ app/views/task-detail.html | 7 +++++-- bower.json | 1 + 4 files changed, 19 insertions(+), 2 deletions(-) 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 @@
- - +
+ + +
+
diff --git a/bower.json b/bower.json index 1bb1109..225f334 100644 --- a/bower.json +++ b/bower.json @@ -30,6 +30,7 @@ "AdminLTE": "admin-lte#^2.3.3", "sweetalert": "^1.1.3", "seiyria-bootstrap-slider": "^7.0.3", + "awesome-bootstrap-checkbox": "^0.3.7", "jquery-slimscroll": "^1.3.7", "angular": "1.4.10", "angular-route": "1.4.10",