aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/ict-chart-dashboard.css
blob: 1491ce76be4c35717a1cc837b076a081578617d9 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
.flot-placeholder {
    margin-left: 0%;
    margin-top: 1%;
    margin-bottom: 2%;
    width: 100%;
    height: 90%;
    font-size: 14px;
    line-height: 1.2em;
    background: #fff;
}

.flot-placeholder-high {
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100%;
    height: 93%;
    font-size: 14px;
    line-height: 1.2em;
    background: #fff;
}

.flot-placeholder-expand {
    /*margin-left:2%;
    margin-top:2%;*/
    margin: 1%;
    width: 98%;
    height: 480px;
    font-size: 14px;
    line-height: 1.2em;
    background: #fff;
}

.flot-placeholder-wrapper-portlet {
    padding-top: 1%;
    margin-left: 0%;
    margin-top: 10%;
    width: 98%;
    height: 220px;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-placeholder-wrapper-portlet-wide {
    /*top: 32px;*/
    padding-top: 0.5%;
    margin-left: 0%;
    margin-top: 2%;
    width: 98%;
    /*height:238px;*/
    font-size: 14px;
    line-height: 1.2em;
    clear: both;
    position: relative;
}

.flot-placeholder-wrapper {
    position: fixed;
    margin-left: 2%;
    margin-top: 2%;
    left: 0px;
    top: 0px;
    width: 230px;
    height: 180px;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-placeholder-wrapper-1 {
    position: fixed;
    margin-left: 2%;
    margin-top: 2%;
    left: 0px;
    top: 200px;
    width: 230px;
    height: 180px;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-placeholder-wrapper-2 {
    position: fixed;
    margin-left: 2%;
    margin-top: 2%;
    left: 0px;
    top: 400px;
    width: 230px;
    height: 180px;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-placeholder-wrapper-3 {
    position: fixed;
    margin-left: 2%;
    margin-top: 2%;
    left: 300px;
    top: 0px;
    width: 230px;
    height: 180px;
    font-size: 14px;
    line-height: 1.2em;
}

.contentWrapper {
    width: 100%;
    height: 100%;
    float: left;
    /*overflow-y: hidden;*/
    overflow: hidden;
    /*padding-right: 10px;*/
}

.plotsWrapper {
    /*position:fixed;*/
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0px;
    /*margin-left: 182px;*/
    margin-left: 158px;
    margin-right: 0px;
    /*padding-top:10px;
    padding-left:10px;
    padding-right: 20px;*/
    height: 100%;
}

.stackControlButtons {
    position: fixed;
    margin-left: 2%;
    margin-top: 2%;
    left: 300px;
    top: 200px;
    width: 230px;
    height: 180px;
    font-size: 14px;
    line-height: 1.2em;
}

.stackControlButtons-portlet {
    margin-left: 2%;
    margin-top: 2%;
    width: 230px;
    height: 180px;
    font-size: 14px;
    line-height: 1.2em;
}

.contentWide {
    width: 980px !important;
}

.c3 svg {
    overflow: visible !important;
}