diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php
index d3872a6d40..d7fdd39e69 100644
--- a/module/search/view/buildform.html.php
+++ b/module/search/view/buildform.html.php
@@ -18,6 +18,7 @@
#bysearchTab.active:hover {background: #ddd}
#bysearchTab.active > a:after {font-size: 14px; font-family: ZenIcon; content: ' \e6e2'; color: #808080}
#featurebar .nav {z-index: 999; position: relative;}
+#querybox form{padding-right: 40px;}
#querybox .form-control {padding: 2px; padding: 6px 2px\0;}
@-moz-document url-prefix() {#querybox .form-control {padding: 6px 2px;}}
#querybox .table {border: none}
diff --git a/module/task/css/batchcreate.css b/module/task/css/batchcreate.css
index 035de83ed8..f74b2d058e 100644
--- a/module/task/css/batchcreate.css
+++ b/module/task/css/batchcreate.css
@@ -1 +1,4 @@
.chosen-container-single .chosen-drop {min-width: 300px; border-top: 1px solid #ddd!important}
+.input-group {display: block; padding-right: 29px; max-width: 100%;}
+.input-group > .chosen-container {display: block; width: 100%;}
+.input-group-btn {display: block; position: absolute; right: 0; width: 29px; top: 0}
diff --git a/module/task/view/batchcreate.html.php b/module/task/view/batchcreate.html.php
index 27aeb48baf..1bcd9eb2b4 100644
--- a/module/task/view/batchcreate.html.php
+++ b/module/task/view/batchcreate.html.php
@@ -24,11 +24,11 @@
| idAB;?> |
- task->module?> |
+ task->module?> |
task->story;?> |
task->name;?> |
- typeAB;?> |
- task->assignedTo;?> |
+ typeAB;?> |
+ task->assignedTo;?> |
task->estimateAB;?> |
task->desc;?> |
task->pri;?> |