sb.css 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #canvas-container {
  2. min-width: 640px;
  3. min-height: 480px;
  4. width: 800px;
  5. height: auto;
  6. position: relative;
  7. margin: 0 auto;
  8. }
  9. #video-info-container {
  10. padding-top: 0.2em;
  11. }
  12. #izi-container {
  13. height: 4em;
  14. width: 100%;
  15. }
  16. #header {
  17. margin-left: 15px;
  18. }
  19. #sb-video {
  20. z-index: 100;
  21. position: absolute;
  22. width: 100%;
  23. height: auto;
  24. top: 0px;
  25. left: 0px;
  26. }
  27. #sb-canvas {
  28. z-index: 1000;
  29. position: absolute;
  30. background-color: rgba(0, 0, 0, 0);
  31. top: 0px;
  32. left: 0px;
  33. }
  34. #sb-message {
  35. visibility: hidden;
  36. z-index: 10000;
  37. }
  38. .feed-images {
  39. max-height: 120px;
  40. }
  41. #right-col-container {
  42. max-height: 640px;
  43. overflow: hidden;
  44. }
  45. /* Firefox camera indicator */
  46. #webrtcIndicator {
  47. display: none;
  48. }