helios_frame.css 616 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #helios {
  2. z-index: 100000;
  3. border-top: 1px solid #666;
  4. position: fixed;
  5. width: 100%;
  6. height: 350px;
  7. min-height: 150px;
  8. left: 0;
  9. right: 0;
  10. bottom: 0;
  11. }
  12. #helios iframe {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. #helios .ui-resizable-n {
  17. background-color: rgba(0, 0, 0, 0);
  18. top: 0; cursor: row-resize;
  19. height: 5px;
  20. left: 0;
  21. position: absolute;
  22. right: 0;
  23. width: auto !important;
  24. z-index: 100002;
  25. }
  26. #helios .overlay {
  27. position: fixed;
  28. backhground: transparent;
  29. z-index: 100001;
  30. top: 0;
  31. left: 0;
  32. right: 0;
  33. bottom: 0;
  34. }