1/* Copyright (C) 2016 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7      http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14*/
15
16table {
17    font-family: Roboto !important;
18    font-size: 13px !important;
19    white-space: nowrap !important;
20}
21.table-header-cell {
22    background-color: white;
23    transition: max-width 1s;
24    max-width: 150px;
25}
26.table-header-cell:hover {
27    transition-delay: 0.5s;
28    max-width: 1000px;
29}
30.table-header-content.table-header-legend {
31    max-width: none;
32}
33.table-header-content {
34    font-weight: initial;
35    white-space: nowrap;
36    overflow: hidden;
37    text-overflow: ellipsis;
38    display: inline-block;
39    max-width: inherit;
40    width: 100%;
41}
42.page-button-wrapper {
43    top: 50%;
44    bottom: auto;
45    padding: 0;
46}
47#newer-wrapper {
48    left: 23px;
49    right: auto;
50}
51#chart-holder {
52    padding: 30px 5px;
53}
54#pie-chart-div {
55    width: 100%;
56    height: 300px;
57}
58#profiling-container {
59    padding: 0;
60}
61#error-div {
62    padding: 30px 25px;
63}
64#profiling-body {
65    border: none;
66}
67#profiling-list {
68    max-height: 200px;
69    overflow-y: scroll;
70}
71.collapsible-header {
72    user-select: none;
73}
74.collapsible-link {
75    color: inherit;
76}
77.collection a.collection-item.profiling-point-name {
78    color: #616161;
79    font-size: 13px;
80    padding: 2px 0 2px 25px;
81}
82#legend-wrapper {
83    display: inline-block;
84    padding: 10px 15px 12px;
85}
86.btn.inline-btn {
87    border-radius: 50px;
88    height: auto;
89    line-height: inherit;
90    padding: 1px;
91    margin-left: 2px;
92}
93i.material-icons.inline-icon {
94    font-size: inherit;
95}
96a.legend-circle {
97    width: 15px;
98    height: 15px;
99    padding: 0;
100    border-radius: 15px;
101}
102.legend-header-cell {
103    text-transform: capitalize;
104}
105.legend-entry {
106    display: inline-block;
107    margin: 0 5px;
108    min-width: 50px;
109}
110.legend-bubble {
111    border-radius: 20px;
112    height: 20px;
113    width: 20px;
114    margin: 0 auto;
115}
116#pie-chart-wrapper {
117    padding: 25px 0;
118}
119.pie-chart-title {
120    cursor: default;
121}
122div.status-icon {
123    width: 10px;
124    height: 10px;
125    border-radius: 10px;
126    display: inline-block;
127    margin-left: 5px;
128}
129.test-case-status {
130    border-radius: 50px;
131    display: inline-block;
132    height: 100%;
133    width: 100%;
134}
135.test-case-status.width-1 {
136    width: calc(100% - 18px);
137}
138