302327d8068acfee6d04959cb8b5b4d639d61933
[vnfsdk/refrepo.git] /
1 <!doctype html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6     <meta name="description" content="">
7     <meta name="author" content="">
8     <link rel="shortcut icon" href="../../../../favicon.ico">
9
10     <title>Tooltip Viewport Example for Bootstrap</title>
11
12     <!-- Bootstrap core CSS -->
13     <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
14
15     <!-- Custom styles for this template -->
16     <link href="tooltip-viewport.css" rel="stylesheet">
17   </head>
18
19   <body>
20
21     <button type="button" class="btn btn-secondary float-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
22     <button type="button" class="btn btn-secondary tooltip-bottom" title="This should be shifted to the right">Shift Right</button>
23     <button type="button" class="btn btn-secondary tooltip-right" title="This should be shifted down">Shift Down</button>
24
25     <button type="button" class="btn btn-secondary tooltip-right btn-bottom" title="This should be shifted up">Shift Up</button>
26
27     <div class="container-viewport">
28       <button type="button" class="btn btn-secondary tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button>
29       <button type="button" class="btn btn-secondary tooltip-viewport-right" title="This should be shifted down">Shift Down</button>
30
31       <button type="button" class="btn btn-secondary float-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
32
33       <button type="button" class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button>
34     </div>
35
36     <!-- Bootstrap core JavaScript
37     ================================================== -->
38     <!-- Placed at the end of the document so the pages load faster -->
39     <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
40     <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
41     <script src="../../../../assets/js/vendor/popper.min.js"></script>
42     <script src="../../../../dist/js/bootstrap.min.js"></script>
43     <script src="tooltip-viewport.js"></script>
44   </body>
45 </html>