-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathii.style.css
91 lines (74 loc) · 1.49 KB
/
ii.style.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
.jqplot-tooltip-label{
font-weight:bold;
}
.jqplot-highlighter-tooltip{
color:black;
border:1px solid black;
background-color:white;
border-radius: 10px 10px 10px 10px;
padding:10px;
padding-right:20px;
}
.jqplot-highlighter-tooltip .close {
position: absolute;
top: 0px;
right: 5px;
font-size: 14pt;
color: black;
opacity:0.8;
}
.jqplot-highlighter-tooltip{
color:black !important;
border:1px solid black;
background-color:white;
border-radius: 10px 10px 10px 10px;
padding:10px;
padding-right:30px;
}
.jqplot-highlighter-tooltip .close {
position: absolute;
top: 0px;
right: 5px;
font-size: 14pt;
color: black !important;
opacity:0.8 !important;
}
.ii-sparql-chart-full-screen {
width: 100% !important;
height: 100% !important;
z-index: 999999999;
background-color: white !important;
position: fixed !important;
top: 0px;
left: 0px;
margin:0px !important;
}
.ii-sparql-chart-full-screen td {
height:10% !important;
}
.ii-sparql-chart-full-screen td {
height:90% !important;
}
.ii-graph-legend-box{
position:absolute;
z-index:999;
}
.ii-container-graph-full-screen{
position:fixed;
left:0px;
top:0px;
width:100% !important;
height:100% !important;
background:#F8F9FA;
z-index:10000;
}
.export-table-csv {
float: right;
font-size: 16pt;
margin-right: 10px;
}
.ii-graph-loader-box {
width:100%;
text-align:center;
position:relative;
}