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