statement.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .o2_statement_statementDesignerNode {
  2. height : 360px;
  3. overflow: hidden;
  4. padding: 20px;
  5. box-shadow: 0 0 10px #999999;
  6. background: #f3f3f3;
  7. border-bottom: 1px solid #cccccc;
  8. }
  9. .o2_statement_statementDesignerFormatLine {
  10. height:30px;
  11. line-height: 30px;
  12. border-bottom: 1px solid #666666;
  13. }
  14. .o2_statement_statementDesignerFormatTitle {
  15. font-weight: bold;
  16. float: left;
  17. margin-right: 10px;
  18. }
  19. .o2_statement_statementDesignerLine {
  20. margin-top: 5px;
  21. height: 30px;
  22. line-height: 30px;
  23. }
  24. .o2_statement_statementDesignerLine div {
  25. height: 30px;
  26. line-height: 30px;
  27. float: left;
  28. margin-right: 10px;
  29. }
  30. .o2_statement_statementDesignerSelectTable {
  31. width: 80px;
  32. margin-top: 3px;
  33. height: 20px !important;
  34. text-align: center;
  35. line-height: 20px !important;
  36. border: 1px solid #cccccc;
  37. border-radius: 3px;
  38. background-color: #ffffff;
  39. cursor: pointer;
  40. }
  41. .o2_statement_statementDesignerTableContent{
  42. min-width: 30px;
  43. }
  44. .o2_statement_statementDesignerTitle {
  45. font-weight: bold;
  46. }
  47. .o2_statement_statementDesignerJpqlLine {
  48. height: 260px;
  49. margin-top: 10px;
  50. border: 1px solid #cccccc;
  51. background: #ffffff;
  52. }
  53. .o2_statement_statementDesignerCountJpqlLine {
  54. height: 260px;
  55. margin-top: 10px;
  56. border: 1px solid #cccccc;
  57. background: #ffffff;
  58. }
  59. .o2_statement_statementDesignerScript {
  60. height: 260px;
  61. margin-top: 10px;
  62. border: 1px solid #cccccc;
  63. background: #ffffff;
  64. }
  65. .o2_statement_statementDesignerCountScript {
  66. height: 260px;
  67. margin-top: 10px;
  68. border: 1px solid #cccccc;
  69. background: #ffffff;
  70. }
  71. .o2_statement_statementRunNode {
  72. margin-top: 10px;
  73. padding: 0px;
  74. box-shadow: 0 0 10px #999999;
  75. background: #f3f3f3;
  76. border-bottom: 1px solid #cccccc;
  77. }
  78. .o2_statement_statementRunTitleNode{
  79. height: 26px;
  80. line-height: 26px;
  81. color: #ffffff;
  82. padding: 0 10px;
  83. font-size: 14px;
  84. text-align: center;
  85. background-color: #505050;
  86. }
  87. .o2_statement_statementRunContentNode {
  88. overflow: hidden;
  89. }
  90. .o2_statement_statementRunJsonNode {
  91. height: 100%;
  92. width: 40%;
  93. overflow: auto;
  94. float: left;
  95. background: #ffffff;
  96. }
  97. .o2_statement_statementRunActionNode {
  98. height: 100%;
  99. width: 8%;
  100. overflow: hidden;
  101. float: left;
  102. background: #f3f3f3;
  103. }
  104. .o2_statement_statementRunResultNode {
  105. height: 100%;
  106. width: 52%;
  107. overflow: auto;
  108. float: left;
  109. background: #ffffff;
  110. }
  111. .o2_statement_statementRunActionContent {
  112. height: 50px;
  113. width: 50px;
  114. background: url("../x_component_query_StatementDesigner/$Statement/default/icon/run.png") center center no-repeat;
  115. position: relative;
  116. top:45%;
  117. margin: auto;
  118. cursor: pointer;
  119. }
  120. .o2_statement_tabNode{
  121. height: 32px;
  122. }
  123. .o2_statement_statementJpqlTabNode{
  124. height: 32px;
  125. }
  126. .o2_statement_resizeNode{
  127. height: 3px;
  128. background-color: #505050;
  129. cursor: row-resize;
  130. }