twbs--bootstrap/docs/examples/tooltip-viewport/tooltip-viewport.css

29 lines
393 B
CSS
Raw Normal View History

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