Code Review
/
vnfsdk
/
refrepo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
26aa2e3482fcaa95d352954e383298fa928a7e75
[vnfsdk/refrepo.git]
/
1
body {
2
height: 1200px;
3
}
4
.tooltip {
5
min-width: 250px;
6
max-width: 500px;
7
}
8
.tooltip .tooltip-inner {
9
min-width: 250px;
10
max-width: 500px;
11
min-height: 100px;
12
text-align: left;
13
}
14
.container-viewport {
15
position: absolute;
16
top: 100px;
17
right: 250px;
18
left: 250px;
19
height: 300px;
20
background-color: #eee;
21
}
22
.btn-bottom {
23
position: absolute;
24
bottom: 0;
25
left: 0;
26
}