From 0ecaa6306fa0758b160e6315274da3f5b7aecfac Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Mon, 9 Jan 2017 15:35:46 +0800 Subject: [PATCH] * finish task 2879. --- module/bug/css/browse.css | 2 ++ module/bug/view/browse.html.php | 2 +- module/product/css/browse.css | 2 ++ module/product/view/browse.html.php | 2 +- module/project/css/task.css | 2 ++ module/project/view/taskheader.html.php | 2 +- module/testcase/css/browse.css | 2 ++ module/testcase/view/caseheader.html.php | 2 +- 8 files changed, 12 insertions(+), 4 deletions(-) diff --git a/module/bug/css/browse.css b/module/bug/css/browse.css index f0bd370a0f..4b05fd42c7 100644 --- a/module/bug/css/browse.css +++ b/module/bug/css/browse.css @@ -5,6 +5,8 @@ .confirm1 {color:green; font-size:9px} .red{color:red;} +#createActionMenu .dropdown-menu {width:100%;} + .dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;} .dropdown-menu > .menu-search .input-group {width:100%;} .dropdown-menu > .menu-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666} diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 6faf616336..4b773a9d01 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -79,7 +79,7 @@ js::set('bugBrowseType', ($browseType == 'bymodule' and $this->session->bugBrows -