[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / tools / scan-build-py / lib / libscanbuild / resources / scanview.css
blobcf8a5a6ad470c9723c618e32bb82a8ded2d050b8
1 body { color:#000000; background-color:#ffffff }
2 body { font-family: Helvetica, sans-serif; font-size:9pt }
3 h1 { font-size: 14pt; }
4 h2 { font-size: 12pt; }
5 table { font-size:9pt }
6 table { border-spacing: 0px; border: 1px solid black }
7 th, table thead {
8 background-color:#eee; color:#666666;
9 font-weight: bold; cursor: default;
10 text-align:center;
11 font-weight: bold; font-family: Verdana;
12 white-space:nowrap;
14 .W { font-size:0px }
15 th, td { padding:5px; padding-left:8px; text-align:left }
16 td.SUMM_DESC { padding-left:12px }
17 td.DESC { white-space:pre }
18 td.Q { text-align:right }
19 td { text-align:left }
20 tbody.scrollContent { overflow:auto }
22 table.form_group {
23 background-color: #ccc;
24 border: 1px solid #333;
25 padding: 2px;
28 table.form_inner_group {
29 background-color: #ccc;
30 border: 1px solid #333;
31 padding: 0px;
34 table.form {
35 background-color: #999;
36 border: 1px solid #333;
37 padding: 2px;
40 td.form_label {
41 text-align: right;
42 vertical-align: top;
44 /* For one line entires */
45 td.form_clabel {
46 text-align: right;
47 vertical-align: center;
49 td.form_value {
50 text-align: left;
51 vertical-align: top;
53 td.form_submit {
54 text-align: right;
55 vertical-align: top;
58 h1.SubmitFail {
59 color: #f00;
61 h1.SubmitOk {