1 | /* $Id: graphwiz.css 106061 2024-09-16 14:03:52Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * Test Manager - Graph Wizard CSS.
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2012-2024 Oracle and/or its affiliates.
|
---|
8 | *
|
---|
9 | * This file is part of VirtualBox base platform packages, as
|
---|
10 | * available from https://www.virtualbox.org.
|
---|
11 | *
|
---|
12 | * This program is free software; you can redistribute it and/or
|
---|
13 | * modify it under the terms of the GNU General Public License
|
---|
14 | * as published by the Free Software Foundation, in version 3 of the
|
---|
15 | * License.
|
---|
16 | *
|
---|
17 | * This program is distributed in the hope that it will be useful, but
|
---|
18 | * WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
20 | * General Public License for more details.
|
---|
21 | *
|
---|
22 | * You should have received a copy of the GNU General Public License
|
---|
23 | * along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
24 | *
|
---|
25 | * The contents of this file may alternatively be used under the terms
|
---|
26 | * of the Common Development and Distribution License Version 1.0
|
---|
27 | * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
|
---|
28 | * in the VirtualBox distribution, in which case the provisions of the
|
---|
29 | * CDDL are applicable instead of those of the GPL.
|
---|
30 | *
|
---|
31 | * You may elect to license modified versions of this file under the
|
---|
32 | * terms and conditions of either the GPL or the CDDL or both.
|
---|
33 | *
|
---|
34 | * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
|
---|
35 | */
|
---|
36 |
|
---|
37 |
|
---|
38 |
|
---|
39 | /*
|
---|
40 | * The graph wizard page currently has no side menu, so adjust the top-menu
|
---|
41 | * and main sections so they start at the left border.
|
---|
42 | */
|
---|
43 |
|
---|
44 | #main {
|
---|
45 | margin-left: 0;
|
---|
46 | }
|
---|
47 |
|
---|
48 | .tmtbl-events {
|
---|
49 |
|
---|
50 | }
|
---|
51 |
|
---|
52 | /*
|
---|
53 | * Let the top navigation and end selection inputs look alike.
|
---|
54 | */
|
---|
55 | #graphwiz-nav, #graphwiz-end-selection {
|
---|
56 | background-color: #c0cbd6;
|
---|
57 | padding-left: 3px;
|
---|
58 | padding-right: 3px;
|
---|
59 | padding-top: 3px;
|
---|
60 | padding-bottom: 3px;
|
---|
61 | margin-left: 1px;
|
---|
62 | margin-right: 1px;
|
---|
63 | margin-top: 3px;
|
---|
64 | margin-bottom: 3px;
|
---|
65 | width: 100%;
|
---|
66 | }
|
---|
67 |
|
---|
68 |
|
---|
69 | /*
|
---|
70 | * Navigation and it's inputs.
|
---|
71 | */
|
---|
72 |
|
---|
73 | #graphwiz-nav {
|
---|
74 | min-height: 4.2em;
|
---|
75 | }
|
---|
76 |
|
---|
77 | #graphwiz-top-1, #graphwiz-top-2 {
|
---|
78 | clear: both;
|
---|
79 | }
|
---|
80 |
|
---|
81 | #graphwiz-time, #graphwiz-top-options-1, #graphwiz-top-submit, #graphwiz-top-options-2 {
|
---|
82 | display: block;
|
---|
83 | }
|
---|
84 |
|
---|
85 | #graphwiz-time, #graphwiz-top-submit {
|
---|
86 | margin-left: 1em;
|
---|
87 | margin-right: 2em;
|
---|
88 | float: left;
|
---|
89 | }
|
---|
90 |
|
---|
91 | #graphwiz-top-options-1, #graphwiz-top-options-2 {
|
---|
92 | margin-left: 2em;
|
---|
93 | margin-right: 1em;
|
---|
94 | float: right;
|
---|
95 | }
|
---|
96 |
|
---|
97 | .graphwiz-pixel-input, .graphwiz-dpi-input, .graphwiz-time-input, .graphwiz-period-input {
|
---|
98 | margin-top: 0.2em;
|
---|
99 | margin-bottom: 0.2em;
|
---|
100 | }
|
---|
101 |
|
---|
102 | .graphwiz-pixel-input {
|
---|
103 | width: 3em;
|
---|
104 | text-align: right
|
---|
105 | }
|
---|
106 |
|
---|
107 | .graphwiz-dpi-input {
|
---|
108 | width: 2em;
|
---|
109 | text-align: right
|
---|
110 | }
|
---|
111 |
|
---|
112 | .graphwiz-time-input {
|
---|
113 | width: 18em;
|
---|
114 | text-align: left
|
---|
115 | }
|
---|
116 |
|
---|
117 | .graphwiz-period-input {
|
---|
118 | width: 4em;
|
---|
119 | text-align: right
|
---|
120 | }
|
---|
121 |
|
---|
122 | .graphwiz-maxerrorbar-input {
|
---|
123 | width: 2em;
|
---|
124 | text-align: right;
|
---|
125 | }
|
---|
126 |
|
---|
127 | .graphwiz-fontsize-input {
|
---|
128 | width: 2em;
|
---|
129 | text-align: right;
|
---|
130 | }
|
---|
131 |
|
---|
132 | .graphwiz-maxpergraph-input {
|
---|
133 | width: 2em;
|
---|
134 | text-align: right;
|
---|
135 | }
|
---|
136 |
|
---|
137 | /*
|
---|
138 | * The graphs.
|
---|
139 | */
|
---|
140 | #graphwiz-graphs {
|
---|
141 | margin-top: 0.5em;
|
---|
142 | }
|
---|
143 |
|
---|
144 | .graphwiz-collection {
|
---|
145 | margin-top: 1em;
|
---|
146 | background-color: #f0f0f0;
|
---|
147 | padding-bottom: 1em;
|
---|
148 | }
|
---|
149 |
|
---|
150 | .graphwiz-src-select {
|
---|
151 | margin-left: 0.2em;
|
---|
152 | margin-right: 0.2em;
|
---|
153 | margin-top: 0.2em;
|
---|
154 | margin-bottom: 0.2em;
|
---|
155 | padding-left: 0.3em;
|
---|
156 | padding-top: 0.3em;
|
---|
157 | padding-bottom: 0.3em;
|
---|
158 | padding-right: 0.3em;
|
---|
159 | font-size: 1.4em;
|
---|
160 | }
|
---|
161 |
|
---|
162 | .graphwiz-graph {
|
---|
163 | margin-left: 1em;
|
---|
164 | margin-right: 1em;
|
---|
165 | }
|
---|
166 |
|
---|
167 | .graphwiz-graph svg {
|
---|
168 | width: 100%;
|
---|
169 | }
|
---|
170 |
|
---|
171 | /*
|
---|
172 | * Table data.
|
---|
173 | */
|
---|
174 | table.graphwiz-tab {
|
---|
175 | width: auto;
|
---|
176 | }
|
---|
177 |
|
---|
178 | .graphwiz-tab td {
|
---|
179 | text-align: right;
|
---|
180 | }
|
---|
181 |
|
---|
182 | /*
|
---|
183 | * The end selection.
|
---|
184 | */
|
---|
185 | #graphwiz-end-selection {
|
---|
186 | margin-top: 1em;
|
---|
187 | }
|
---|
188 |
|
---|
189 | .graphwiz-end-selection-group {
|
---|
190 | clear: both;
|
---|
191 | display: block;
|
---|
192 | }
|
---|
193 |
|
---|
194 | .graphwiz-end-selection-group li {
|
---|
195 | display: block;
|
---|
196 | width: 25%;
|
---|
197 | float: left;
|
---|
198 | }
|
---|
199 |
|
---|
200 | #graphwiz-buildcategories li, #graphwiz-testcase-variations li {
|
---|
201 | width: 50%;
|
---|
202 | }
|
---|
203 |
|
---|
204 | .graphwiz-end-selection-group label {
|
---|
205 | margin-left: 0.3em;
|
---|
206 | vertical-align: middle;
|
---|
207 | }
|
---|
208 |
|
---|
209 | .graphwiz-end-selection-group input {
|
---|
210 | vertical-align: middle;
|
---|
211 | }
|
---|
212 |
|
---|
213 | .graphwiz-end-selection-group h3 {
|
---|
214 | font-size: 1.2em;
|
---|
215 | font-style: italic;
|
---|
216 | font-weight: bold;
|
---|
217 | margin-bottom: 0.26em;
|
---|
218 | }
|
---|
219 |
|
---|
220 | #graphwiz-buildcategories h3, #graphwiz-testcase-variations h3, #graphwiz-end-submit {
|
---|
221 | padding-top: 1em;
|
---|
222 | }
|
---|
223 |
|
---|
224 | #graphwiz-end-submit {
|
---|
225 | clear: both;
|
---|
226 | display: block;
|
---|
227 | }
|
---|
228 |
|
---|
229 |
|
---|
230 |
|
---|
231 | /*
|
---|
232 | * Tool tip tables.
|
---|
233 | */
|
---|
234 | table.graphwiz-tt td:nth-child(1) {
|
---|
235 | font-weight: bold;
|
---|
236 | }
|
---|
237 |
|
---|