diff --git a/module/job/css/create.css b/module/job/css/create.css index a70ae4bc4d..188dd0855c 100644 --- a/module/job/css/create.css +++ b/module/job/css/create.css @@ -5,6 +5,6 @@ #server_chosen .chosen-single {border-right: 0px;} #pipelineBox {width: 385px;} #svnDirBox .input-group {width: unset !important;} -#paramDiv .input-group {padding: 3px;} +#jenkinsServerTR .input-group-addon {border-left-width: 0 !important;} .chosen-container .chosen-drop{z-index: 1100;} /* from c20b7e7a5 */ diff --git a/module/job/css/edit.css b/module/job/css/edit.css index 2eaabdfeb4..57c8a09567 100644 --- a/module/job/css/edit.css +++ b/module/job/css/edit.css @@ -5,4 +5,4 @@ #server_chosen .chosen-single {border-right: 0px;} #pipelineBox {width: 385px;} #svnDirBox .input-group {width: unset !important;} -#paramDiv .input-group {padding: 3px;} +#jenkinsServerTR .input-group-addon {border-left-width: 0 !important;} diff --git a/module/job/view/create.html.php b/module/job/view/create.html.php index fddeb4505b..5bdd794655 100644 --- a/module/job/view/create.html.php +++ b/module/job/view/create.html.php @@ -62,7 +62,7 @@ job->triggerType; ?> - job->triggerTypeList, '', "class='form-control'");?> + job->triggerTypeList, '', "class='form-control chosen'");?> @@ -122,9 +122,9 @@ job->customParam;?>
- job->paramName; ?> + '>job->paramName; ?> - job->paramValue; ?> + '>job->paramValue; ?> job->paramValueList, '', "class='form-control' onchange='setParamName(this)'"); ?> diff --git a/module/job/view/edit.html.php b/module/job/view/edit.html.php index 15bd823043..82398bcdd7 100644 --- a/module/job/view/edit.html.php +++ b/module/job/view/edit.html.php @@ -63,7 +63,7 @@ job->triggerType;?> job->triggerTypeList['tag'] = $lang->job->dirChange;?> - job->triggerTypeList, $job->triggerType, "class='form-control'");?> + job->triggerTypeList, $job->triggerType, "class='form-control chosen'");?> @@ -170,9 +170,9 @@
- job->paramName;?> + '>job->paramName; ?> - job->paramValue;?> + '>job->paramValue; ?> job->paramValueList, '', "class='form-control' onchange='setParamName(this)'");?>