diff --git a/module/bug/css/create.css b/module/bug/css/create.css index 87f3809f1a..e34aa1f98b 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -16,3 +16,6 @@ #module_chosen.chosen-container .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important} #openedBuild_chosen.chosen-container .chosen-drop {min-width: 450px; border-top: 1px solid #ddd!important} + +.row .col-sm-8{width:75%;} +.row .col-sm-4{padding-left:0px; width:25%;} diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 96ddada8f8..4832d5ca22 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -77,14 +77,6 @@ js::set('refresh', $lang->refresh); unset($lang->bug->typeList['trackthings']); echo html::select('type', $lang->bug->typeList, $type, "class='form-control'"); ?> - bug->pri?> - bug->priList, $severity, "class='form-control'");?> - bug->severity?> - bug->severityList, $severity, "class='form-control'");?> - - -