diff --git a/module/bug/css/browse.css b/module/bug/css/browse.css index 263e58bcd5..4b05fd42c7 100644 --- a/module/bug/css/browse.css +++ b/module/bug/css/browse.css @@ -15,5 +15,3 @@ .dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;} .dropdown-list > li > a:hover, .dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;} - -#bugForm{overflow-y:auto;} diff --git a/module/product/css/browse.css b/module/product/css/browse.css index 66be1da2a5..e6c75dc9b9 100644 --- a/module/product/css/browse.css +++ b/module/product/css/browse.css @@ -16,4 +16,3 @@ a.removeModule{color:#ddd} a.removeModule:hover{color:red} tbody > tr > td > .btn-icon {margin-right: 3px;} -#productStoryForm{overflow-y:auto;} diff --git a/module/project/css/task.css b/module/project/css/task.css index 5c9b310371..9004885852 100644 --- a/module/project/css/task.css +++ b/module/project/css/task.css @@ -24,4 +24,4 @@ .pl-5px{padding-left:5px;} tbody > tr > td > .btn-icon {margin-right: 2px} -#projectTaskForm{overflow-x:auto; padding:0px 1px;} +#projectTaskForm{padding:0px 1px;} diff --git a/module/testcase/css/browse.css b/module/testcase/css/browse.css index 29bc6073e9..877b99ebf5 100644 --- a/module/testcase/css/browse.css +++ b/module/testcase/css/browse.css @@ -16,4 +16,3 @@ tbody > tr > td > .btn-icon {margin-right: 3px;} tbody > tr > td .icon-bug {margin-left: -8px;} -#batchForm{overflow-y:auto;} diff --git a/module/testtask/css/cases.css b/module/testtask/css/cases.css index ce212f1622..902a7fe6ca 100644 --- a/module/testtask/css/cases.css +++ b/module/testtask/css/cases.css @@ -8,5 +8,3 @@ tfoot.fixedTfootAction .chosen-results li.active-result {color: black;} tfoot .table-actions .input-group #assignedTo_chosen .chosen-single{height:24px;padding:3px 6px} tfoot .table-actions .input-group #assignedTo_chosen .chosen-single span{font-size:12px;} tfoot .table-actions .input-group #assignedTo_chosen .chosen-single div{line-height:10px;} - -#caseForm{overflow-y:auto}