aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vimChart.css
blob: 842ff48639b01a11b1e01ac119268295efa89268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
body {
  color: #333;
  font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif !important;
  padding: 0px !important;
  margin: 0px !important;
  direction: ltr;
  background-color: #f1f3fa !important; 
}

.row{
     margin-left: 0px; 
  margin-right: 0px; 
}

select {
  border-width: 1px;
  padding: 4px 1px;
  border-radius: 4px;
}

.container-fluid {
  background-color: #fff;
}


.titlefont {
  font-size: 16px;
   margin-left: 10px;
}

.separator-line {
    height: 1px;
    width: 100%;
    background: #ddd;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 6px;
    opacity: 0.6;
}

.main {
    height: 400px;
    /* width: 778px !important; */
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}