-
Notifications
You must be signed in to change notification settings - Fork 8
/
recline.css
67 lines (60 loc) · 1.42 KB
/
recline.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
.recline-slickgrid {
height: 550px;
}
.recline-timeline .vmm-timeline {
height: 550px;
}
.recline-data-explorer {
padding: 0 0 50px 0;
}
.recline-data-explorer .panel.graph {
height: 650px;
width: 600px;
}
.recline-data-explorer .legend td{
border: none;
}
.embed-code-wrapper {
display: none;
}
.recline-flot .graph {
height: 500px;
overflow: hidden;
}
.recline-flot .legend table {
width: auto;
margin-bottom: 0;
}
.recline-flot .legend td {
padding: 5px;
line-height: 13px;
}
.recline-flot .graph .alert {
width: 450px;
}
#recline-flot-tooltip {
position: absolute;
background-color: #FFF !important;
color: #000000 !important;
opacity: 0.8 !important;
border: 1px solid #DDE4FF !important;
padding: 5px;
}
.data-explorer div{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/** Lets make this compatible with bootstrap 3. **/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
height: 34px;
}
#recline-zip-list {
height: 200px;
overflow: auto;
}
#recline-embeded .download,
#recline-embeded .recline-embed,
#recline-embeded .field-label{
display: none;
}