xref: /aosp_15_r20/external/rappor/ui/ui.css (revision 2abb31345f6c95944768b5222a9a5ed3fc68cc00)
1/* Center the plots */
2.dy {
3  margin: 0 auto;
4  width: 50em;
5}
6
7/* main metric */
8#proportionsDy {
9  width: 1000px;
10  height: 600px;
11}
12
13#num-reports-dy {
14  width: 1000px;
15  height: 300px;
16}
17
18#mass-dy {
19  width: 1000px;
20  height: 300px;
21}
22
23#metricDesc {
24  font-style: italic;
25}
26
27body {
28  /*margin: 0 auto;*/
29  /*text-align: left;*/
30}
31
32h1 {
33  text-align: center;
34}
35
36h2 {
37  text-align: center;
38}
39
40p {
41  text-align: center;
42}
43
44/* R NA values */
45.na {
46  color: darkred;
47}
48
49#status {
50  text-align: center;
51  font-size: x-large;
52  color: darkred;
53}
54