Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / examples / originals / examples / tooltip-viewport / tooltip-viewport.css
blob26aa2e3482fcaa95d352954e383298fa928a7e75
1 body {
2 height: 1200px;
4 .tooltip {
5 min-width: 250px;
6 max-width: 500px;
8 .tooltip .tooltip-inner {
9 min-width: 250px;
10 max-width: 500px;
11 min-height: 100px;
12 text-align: left;
14 .container-viewport {
15 position: absolute;
16 top: 100px;
17 right: 250px;
18 left: 250px;
19 height: 300px;
20 background-color: #eee;
22 .btn-bottom {
23 position: absolute;
24 bottom: 0;
25 left: 0;