diff --git a/module/doc/model.php b/module/doc/model.php
index e9251f2343..981ed17cf2 100644
--- a/module/doc/model.php
+++ b/module/doc/model.php
@@ -2178,7 +2178,7 @@ class docModel extends model
}
elseif(in_array($rawMethod, array('tablecontents', 'objectlibs', 'product', 'project', 'execution', 'book', 'custom')))
{
- $html = '' . $this->lang->doc->search . '';
+ $html = ' ' . $this->lang->doc->search . '';
}
$html .= "
";
$html .= "
{$this->lang->doc->myCollection}";
diff --git a/module/kanban/css/create.css b/module/kanban/css/create.css
index 226da7d7f2..c296d4229e 100644
--- a/module/kanban/css/create.css
+++ b/module/kanban/css/create.css
@@ -5,7 +5,7 @@
#mainContent .objectBox .checkbox-primary {display: inline-block;}
#mainContent .objectBox .checkbox-primary:not(:first-child) {margin-left: 10px;}
#mainContent .objectBox .checkbox-primary>label:not(:first-child) {padding-left: 20px;}
-#mainContent .objectBox .checkbox-primary>label:before {top: 1px; left: -2px;}
+#mainContent .objectBox .checkbox-primary>label:before {top: 2px; left: 0px;}
#mainContent .objectBox .checkbox-primary>label:after {width: 14px; height: 14px;}
[lang^='en'] .columnWidth {width: 120px;}
[lang^='zh-cn'] .columnWidth {width: 80px;}
diff --git a/module/kanban/css/edit.css b/module/kanban/css/edit.css
index f2f7417d0f..b28c6e6e50 100644
--- a/module/kanban/css/edit.css
+++ b/module/kanban/css/edit.css
@@ -6,7 +6,7 @@
#mainContent .objectBox .checkbox-primary:not(:first-child) {margin-left: 10px;}
#mainContent .objectBox .checkbox-primary>label:not(:first-child) {padding-left: 20px;}
#mainContent .laneHeightBox .tip {color: #999;}
-#mainContent .objectBox .checkbox-primary>label:before {top: 1px; left: -2px;}
+#mainContent .objectBox .checkbox-primary>label:before {top: 2px; left: 0px;}
#mainContent .objectBox .checkbox-primary>label:after {width: 14px; height: 14px;}
[lang^='en'] .columnWidth {width: 120px;}
[lang^='zh-cn'] .columnWidth {width: 80px;}