diff --git a/module/bug/css/create.css b/module/bug/css/create.css index ab849c25aa..557bf69e84 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -55,4 +55,4 @@ html[lang='de'] #keywordsAddonLabel, .task {width: 73px;} #executionLabel {display: inline; position: relative; width: 50%; left: 37%;} #projectLabel {display: inline;} #openedBuildLabel {display: inline; position: relative; width: 50%; left: 14%;} -#bugTypeInputGroup > .chosen-container-multi {width: 25% !important;} +#bugTypeInputGroup > .table-col {width: 40% !important;} diff --git a/module/bug/css/view.css b/module/bug/css/view.css index 452146b88a..7583e152e0 100644 --- a/module/bug/css/view.css +++ b/module/bug/css/view.css @@ -5,3 +5,4 @@ .tab-pane table {border: 1px solid #ddd; border-top: none;} .btn-edit-comment {z-index: 100;} .select-project-modal .modal-body {right: 15px;} +.osContent, .browserContent {margin: 0 0 5px;} diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index b1894260ef..c99a3a42f6 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -91,12 +91,20 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
+ + " . zget($lang->bug->osList, $os) . "";?> + +
++ + " . zget($lang->bug->browserList, $browser) . "";?> + +
+