bf866aad1c4631f123d593dc1eca1d805d80b328.svn-base 385 B

1234567891011121314151617181920212223242526
  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. }