-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustom.css
More file actions
95 lines (80 loc) · 1.69 KB
/
custom.css
File metadata and controls
95 lines (80 loc) · 1.69 KB
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
body {
margin: 0 auto;
max-width: 1200px;
}
footer {
background: no-repeat url("hmi-lab.svg");
height: 50px;
width: 100%;
display: inline-block;
margin-top: 20px;
}
.shiny-output-error-validation {
color: #888;
text-align: center;
width: 100%;
padding-top: 5em;
background-color: #EFEFEF;
background: no-repeat center url("placeholder-graph.svg");
min-height: 400px;
}
.vizcontrols-explainer {
background: no-repeat url("pan-zoom.svg");
height: 35px;
width: 100%;
display: inline-block;
}
.tab-content > .active {
margin-top: 3em;
}
.navbar-brand {
font-size: 12px;
padding: 15px 0px;
}
/* Styling of Check-boxes :horizontal */
.checkbox-inline, .radio-inline {
padding: 0;
padding-top: 5px;
}
.checkbox-inline + .checkbox-inline {
margin-left: 0;
}
.form-group input[type="checkbox"] {
display: none;
}
.form-group input[type="checkbox"] ~span {
background: #D1D3D4;
border-radius: 3px 3px 3px 3px;
color: #888;
border: 1px solid #D1D3D4;
}
.form-group input[type="checkbox"]:checked ~span {
color: #fff;
background-color: #337ab7;
border: 1px solid #337ab7;
}
.form-group input[type="checkbox"]:hover ~span {
border: 1px solid #666;
background-color: #4d8fcd;
}
.form-group input[type="checkbox"]:hover:not(:checked) ~span {
color: #666;
border: 1px solid #888;
background-color: #bbbdbe;
}
.checkbox-inline span {
display: inline-block;
min-width: 40px;
height: 30px;
text-align: center;
line-height: 30px;
cursor: pointer;
}
label {
margin-bottom: 0;
font-weight: normal;
}
#pidChooser {
text-align: right;
margin-right: 25px;
}