From 4518a2cfae2de0b207949eb7369bc18a7a7bea39 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 14 Mar 2022 10:23:29 +0800 Subject: [PATCH] * Finish task #50722. --- module/testreport/css/view.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/module/testreport/css/view.css b/module/testreport/css/view.css index 4be37c4134..5107d84aac 100644 --- a/module/testreport/css/view.css +++ b/module/testreport/css/view.css @@ -1,9 +1,10 @@ -.main {padding: 0px !important;} -.main .nav-tabs {padding-left: 20px; padding-top: 10px;} -.main .tab-content {border: 0px;} -.tab-content #builds tr:last-child td, .tab-content #cases tr:last-child td,.tab-content #bugs tr:last-child td,.tab-content #legacyBugs tr:last-child td {border-bottom: 0px;} -.tab-pane > table {border: 1px solid #ddd;} -.tab-pane > table:first-child {border-top: none;} - -#cases .pager {margin: 0px;} -#cases .pager li .btn.dropdown-toggle {border: 0px; padding-top: 3px;} +-.main {padding: 0px !important;} +-.main .nav-tabs {padding-left: 20px; padding-top: 10px;} +-.main .tab-content {border: 0px;} +-.tab-content #builds tr:last-child td, .tab-content #cases tr:last-child td,.tab-content #bugs tr:last-child td,.tab-content #legacyBugs tr:last-child td {border-bottom: 0px;} +-.tab-pane > table {border: 1px solid #ddd;} +-.tab-pane > table:first-child {border-top: none;} +- +-#cases .pager {margin: 0px;} +-#cases .pager li .btn.dropdown-toggle {border: 0px; padding-top: 3px;} +.text-left {max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}