summaryrefslogtreecommitdiff
path: root/src/main/webapp/css
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-04-17 17:47:20 +0900
committerYoung Gyu Park <younggyu@google.com>2018-04-17 17:53:00 +0900
commit0cef205aaa74773e2fd493ee711b001caf9ad8b1 (patch)
treec1e2fc23e2c7e3c70970552fe6ee8210ffe3d148 /src/main/webapp/css
parentd3396241a4e1ea86e3609c4157be875cb2eb8d17 (diff)
downloaddashboard-0cef205aaa74773e2fd493ee711b001caf9ad8b1.tar.gz
Bug fix on pagination
Test: go/vts-web-staging/show_plan_release?plan=vts&type=suite&page=1 Bug: 77456536 Change-Id: I68ee4a73c70e6114364f643f0aa1ae1b92a41517
Diffstat (limited to 'src/main/webapp/css')
-rw-r--r--src/main/webapp/css/test_results.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/webapp/css/test_results.css b/src/main/webapp/css/test_results.css
index d9e54a4..fbcd49a 100644
--- a/src/main/webapp/css/test_results.css
+++ b/src/main/webapp/css/test_results.css
@@ -34,6 +34,14 @@ li.test-run-container.active {
cursor: text;
user-select: initial;
}
+.suite-test-run-metadata {
+ font-size: 13px;
+ line-height: 15px;
+ position: relative;
+ display: inline-block;
+ cursor: text;
+ user-select: initial;
+}
.test-results.row {
margin: 0;
border-radius: 0 0 10px 10px;