PageRenderTime 23ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/jscoverage-ie.css

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
CSS | 89 lines | 73 code | 15 blank | 1 comment | 0 complexity | 44429d530436f888b1c0eabe7f226d3f MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. #headingDiv {
  2. position: static;
  3. margin-left: 10px;
  4. margin-right: 10px;
  5. padding-top: 0.5em;
  6. }
  7. #tabs {
  8. clear: all;
  9. position: static;
  10. top: auto;
  11. left: auto;
  12. right: auto;
  13. height: auto;
  14. margin-left: 10px;
  15. margin-right: 10px;
  16. }
  17. #tabs div {
  18. position: relative;
  19. height: auto;
  20. line-height: normal;
  21. padding-top: 5px;
  22. padding-bottom: 5px;
  23. }
  24. #tabs div.selected {
  25. padding-bottom: 6px;
  26. z-index: 2;
  27. }
  28. .TabPage {
  29. position: relative;
  30. top: -1px;
  31. left: auto;
  32. right: auto;
  33. bottom: auto;
  34. clear: left;
  35. margin-left: 10px;
  36. margin-right: 10px;
  37. padding: 10px;
  38. z-index: 1;
  39. }
  40. #locationDiv {
  41. margin-bottom: 10px;
  42. }
  43. #iframeDiv {
  44. position: static;
  45. width: 100%;
  46. }
  47. #summaryDiv {
  48. position: static;
  49. width: 100%;
  50. }
  51. #fileDiv {
  52. margin-bottom: 10px;
  53. }
  54. #sourceDiv {
  55. position: static;
  56. width: 100%;
  57. }
  58. #storeDiv {
  59. position: static;
  60. width: 100%;
  61. }
  62. /* some defaults */
  63. .TabPage {
  64. height: 650px;
  65. }
  66. #iframeDiv {
  67. height: 600px;
  68. }
  69. #summaryDiv {
  70. height: 600px;
  71. }
  72. #sourceDiv {
  73. height: 600px;
  74. }