VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/testmanager/htdocs/css/details.css@ 55784

Last change on this file since 55784 was 52776, checked in by vboxsync, 10 years ago

fix OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
Line 
1/* $Id: details.css 52776 2014-09-17 14:51:43Z vboxsync $ */
2/** @file
3 * Test Manager - Test Details CSS.
4 */
5
6/*
7 * Copyright (C) 2012-2014 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 test details page has no side menu, so adjust the top-menu and main
31 * sections so they start at the left border.
32 */
33
34#top-menu, #main {
35 left: 0;
36}
37
38.tmtbl-events {
39
40}
41
42.tmstatusrow-failure, .tmstatusrow-timed-out, .tmstatusrow-rebooted {
43 color: #e80000;
44}
45
46.tmstatusrow-skipped, .tmstatusrow-aborted, .tmstatusrow-bad-testbox {
47 color: #0000f0;
48}
49
50
51/*
52 * Test results.
53 */
54
55/*
56 * Details table on the individual test result page.
57 */
58table.tmtbl-testresult-details {
59 border-style: dashed;
60 border-spacing: 1px;
61 border-width: 1px;
62 border-color: gray;
63 border-collapse: separate;
64}
65
66table.tmtbl-testresult-details caption {
67 text-align: left;
68 font-weight: bold;
69 font-size: 1.2em;
70}
71
72table.tmtbl-testresult-details td, table.tmtbl-testresult-details th {
73 font-size: 1em;
74 border-style: none;
75 padding-bottom: 3px;
76 padding-top: 3px;
77 padding-left: 2px;
78 padding-right: 2px;
79 border-width: 1px;
80}
81
82table.tmtbl-testresult-details th {
83 text-align: left;
84}
85
86.tmtbl-result-details-caption {
87 font-size: 1.2em;
88 font-weight: bold;
89 text-align: center;
90 background-color: #c0d0e0;
91}
92
93.tmtbl-result-details-subcaption {
94 text-align: center;
95}
96
97
98/*
99 * Event log on the individual test result page.
100 */
101.tmtbl-events td {
102 padding-bottom: 1px;
103 padding-top: 1px;
104 padding-left: 1px;
105 padding-right: 1px;
106 vertical-align: top;
107}
108
109.tmtbl-events th {
110 font-size: 1.3em;
111 text-align: center;
112}
113
114table.tmtbl-events, table.tmtbl-events tr, table.tmtbl-events td, table.tmtbl-events th {
115 border-collapse: collapse;
116}
117
118tr.tmtbl-events-leaf {
119}
120
121tr.tmtbl-events-first {
122 border-top: 1px dotted;
123}
124
125tr.tmtbl-events-value {
126}
127
128tr.tmtbl-events-final {
129 border-bottom: 1px dotted;
130}
131
132
133tr.tmtbl-events-lvl0 td {
134 padding-top: 8px;
135 padding-bottom: 8px;
136}
137
138tr.tmtbl-events-lvl1 td {
139 padding-top: 6px;
140 padding-bottom: 6px;
141}
142
143tr.tmtbl-events-lvl2 td {
144 padding-top: 4px;
145 padding-bottom: 4px;
146}
147
148tr.tmtbl-events-lvl3 td {
149 padding-top: 2px;
150 padding-bottom: 2px;
151}
152
153tr.tmtbl-events-lvl4 td {
154 padding-top: 1px;
155 padding-bottom: 1px;
156}
157
158tr.tmtbl-events-lvl5 td,
159tr.tmtbl-events-lvl6 td,
160tr.tmtbl-events-lvl7 td,
161tr.tmtbl-events-lvl8 td,
162tr.tmtbl-events-lvl9 td,
163tr.tmtbl-events-lvl10 td {
164 padding-top: 0px;
165 padding-bottom: 0px;
166}
167
168td.tmtbl-events-number {
169 text-align: right;
170}
171
172td.tmtbl-events-number, td.tmtbl-events-unit {
173}
174
175tr.tmtbl-events-value td:nth-child(3),
176tr.tmtbl-events-file td:nth-child(3),
177tr.tmtbl-events-message td:nth-child(3) {
178 padding-left: 2em;
179}
180
181tr.tmtbl-events-value td:nth-child(3),
182tr.tmtbl-events-message td:nth-child(3) {
183 font-style: italic;
184}
185
186
187/*
188 * Status coloring. (move to common.css?)
189 */
190.tmspan-status-success {
191 color: green;
192}
193.tmspan-status-skipped {
194 color: blue;
195}
196.tmspan-status-failure {
197 color: red;
198}
199.tmspan-status-success, .tmspan-status-skipped, .tmspan-status-failure {
200 font-weight: bold;
201 text-transform: uppercase;
202}
203
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette