2014-03-28 12:48:19 +01:00
|
|
|
body {
|
|
|
|
height: 1200px;
|
|
|
|
}
|
|
|
|
.tooltip {
|
|
|
|
min-width: 250px;
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
.tooltip .tooltip-inner {
|
|
|
|
min-width: 250px;
|
|
|
|
max-width: 500px;
|
2014-03-28 13:03:22 +01:00
|
|
|
min-height: 200px;
|
2014-03-28 12:48:19 +01:00
|
|
|
}
|
|
|
|
.placeholder {
|
|
|
|
height: 900px;
|
|
|
|
}
|
|
|
|
.container-viewport {
|
|
|
|
position: absolute;
|
|
|
|
top: 600px;
|
2014-03-28 13:03:22 +01:00
|
|
|
left: 200px;
|
2014-03-28 12:48:19 +01:00
|
|
|
width: 600px;
|
|
|
|
height: 400px;
|
|
|
|
background: #c00;
|
|
|
|
}
|
|
|
|
.btn-bottom {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
2014-03-28 13:03:22 +01:00
|
|
|
left: 0;
|
2014-03-28 12:48:19 +01:00
|
|
|
}
|