[TIC-Web] fix the checkbox area 21/121521/1
authorChangHyun Lee <leechwin.lee@samsung.com>
Tue, 28 Mar 2017 06:59:51 +0000 (15:59 +0900)
committerChangHyun Lee <leechwin.lee@samsung.com>
Tue, 28 Mar 2017 06:59:51 +0000 (15:59 +0900)
- fixed checkbox by clicking on checkbox label

Change-Id: I5dc3054ae8a1b69aef7d551a87a714b78c6e0282
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
public/src/index.html

index 2359486..c41a300 100644 (file)
                                                 <i class="fa fa-filter"></i>
                                             </button>
                                             <ul class="dropdown-menu dropdown-menu-right">
-                                                <li><a href="#" tabIndex="-1"><input type="checkbox" id="tic-package-toolbar-debug"/> Hide Debug Packages</a></li>
-                                                <li><a href="#" tabIndex="-1"><input type="checkbox" id="tic-package-toolbar-devel"/> Hide Develop Packages</a></li>
+                                                <li>
+                                                    <a href="#" tabIndex="-1">
+                                                        <label class="checkbox-inline"><input type="checkbox" id="tic-package-toolbar-debug"/> Hide Debug Packages</label>
+                                                    </a>
+                                                </li>
+                                                <li>
+                                                    <a href="#" tabIndex="-1">
+                                                        <label class="checkbox-inline"><input type="checkbox" id="tic-package-toolbar-devel"/> Hide Develop Packages</label>
+                                                    </a>
+                                                </li>
                                             </ul>
                                             <button type="button" class="btn btn-default" id="tic-package-left-col-tree-toolbar-collapse-all">
                                                 <i class="fa fa-minus"></i>