-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
148 lines (127 loc) · 2.2 KB
/
app.css
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
/*Full screen*/
html, body, .fill {
min-height: 100%;
height: 100%;
}
/*Tree style*/
.ivh-treeview {
list-style-type: none;
}
/*Bootstrap equal height*/
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
/* Background CSS */
.dataspace, .workspace, .chartspace {
border: solid 1px #e0e0e0;
margin: 5px;
}
/* Dropzone CSS*/
.dropzone {
margin: 5px;
width: 200px;
display: inline-block;
position: relative;
border-radius: 3px;
color: #FFFFFF;
}
h6 {
color: #FFFFFF;
}
.dropzoneName {
text-align: center;
margin-bottom: -1em;
}
.mandatory {
font-weight: bold;
}
.lang {
float: right;
}
.in {
background: #00C851 !important;
}
.out {
background: #ff4444 !important;
}
.dimension {
background: #33b5e5;
}
.any {
background: repeating-linear-gradient(
-45deg,
#00C851,
#00C851 15px,
#ff4444 5px,
#ff4444 30px,
#33b5e5 30px,
#33b5e5 45px
);
}
.measure {
background: repeating-linear-gradient(
-45deg,
#00C851,
#00C851 15px,
#ff4444 15px,
#ff4444 30px
);
}
/*Dimension filters*/
.glyphicon-remove {
color: #ff4444;
}
.remove {
color: #FFFFFF;
position: absolute;
left:0;
}
.spinner {
position: relative;
padding: 4px 8px;
}
.draggable {
color: #FFFFFF;
background-color: #33b5e5;
padding: 4px 10px;
border-radius: 3px;
font-weight: 800;
}
/* Generate Button */
#generate {
background-color: #2196F3;
}
.chart {
text-align: center;
}
.dimensionfilter {
margin: 5px 0px;
padding: 5px;
border: solid 1px #e0e0e0;
border-radius: 3px;
overflow: auto;
}
rzslider {
width: 67%;
color: black;
float: right;
}
.wordwrap {
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Firefox */
white-space: -pre-wrap; /* Opera <7 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* IE */
}
.dimensionAlert {
text-align: center;
}
#chart1 {
width: 100%;
}
.sort {
margin-bottom: 5px;
}