Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / static / fusion / raptor / css / mobile_raptor.css
1 #reportContainer {text-align:center;margin-bottom:5px;}
2
3 #chartContainer {-webkit-border-radius:5px;margin-bottom:5px;}
4
5 #reportTitleContainer {
6         background-color: rgb(57,91,162);
7         padding:8px 5px 0px 10px;
8         font-family:Helvetica;
9         color:#fff;
10         -webkit-border-top-left-radius: 5px;
11         -webkit-border-top-right-radius: 5px;
12 }
13
14 #reportTitle,#eventTitle{
15         font-size:15px;
16         font-weight:bold;
17         text-align:left;
18 }
19
20 #reportSubTitleContainer{
21         font-family:Helvetica;
22         font-weight:bold;
23         color:rgb(255,255,102);
24         padding:2px 10px 3px 10px;
25         background-color: rgb(57,91,162);
26 }
27
28 #reportFooter{
29         background-color: rgb(57,91,162);
30         -webkit-border-bottom-left-radius: 5px;
31         -webkit-border-bottom-right-radius: 5px;
32 }
33
34 .reportHeadRow {
35         background-color: rgb(57,91,162);
36         border-top:1px solid rgb(148,175,222);
37         border-bottom:1px solid rgb(148,175,222);
38 }
39
40 .reportHeadCell {
41         font-family:Helvetica;
42         font-weight:bold;
43         font-size:12px;
44         height:20px;
45 }
46
47 .rcolheader{
48         font-family:Helvetica;
49         font-size:13px;
50         color:#fff;
51 }
52
53 .reportRow {
54         border-top: 1px solid solid rgb(109,132,162);   
55         background-color: rgb(112,137,193);
56 }
57
58 .reportAltRow {
59         border-top: 1px solid solid rgb(109,132,162);
60         background-color: rgb(57,91,162);
61 }
62
63 .reportCell {
64         padding-left:3px;
65         padding-right:3px;
66         padding-top:10px;
67         padding-bottom:10px;
68         font-family:Helvetica;
69         font-size:13px;
70         color:#fff;
71 }
72
73 .reportCellLink {font-family:Helvetica;font-size:13px;color:#fff;word-break:break-all}