statement.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .o2_statement_statementDesignerNode {
  2. height: 200px;
  3. padding: 20px;
  4. box-shadow: 0 0 10px #999999;
  5. background: #f3f3f3;
  6. border-bottom: 1px solid #cccccc;
  7. }
  8. .o2_statement_statementDesignerLine {
  9. height: 30px;
  10. line-height: 30px;
  11. }
  12. .o2_statement_statementDesignerLine div {
  13. height: 30px;
  14. line-height: 30px;
  15. float: left;
  16. margin-right: 10px;
  17. }
  18. .o2_statement_statementDesignerSelectTable {
  19. width: 80px;
  20. margin-top: 3px;
  21. height: 20px !important;
  22. text-align: center;
  23. line-height: 20px !important;
  24. border: 1px solid #cccccc;
  25. border-radius: 3px;
  26. background-color: #ffffff;
  27. cursor: pointer;
  28. }
  29. .o2_statement_statementDesignerTableContent{
  30. min-width: 30px;
  31. }
  32. .o2_statement_statementDesignerTitle {
  33. font-weight: bold;
  34. }
  35. .o2_statement_statementDesignerJpqlLine {
  36. height: 150px;
  37. margin-top: 10px;
  38. border: 1px solid #cccccc;
  39. background: #ffffff;
  40. }
  41. .o2_statement_statementRunNode {
  42. margin-top: 10px;
  43. padding: 0px;
  44. box-shadow: 0 0 10px #999999;
  45. background: #f3f3f3;
  46. border-bottom: 1px solid #cccccc;
  47. }
  48. .o2_statement_statementRunTitleNode{
  49. height: 26px;
  50. line-height: 26px;
  51. color: #ffffff;
  52. padding: 0 10px;
  53. font-size: 14px;
  54. text-align: center;
  55. background-color: #505050;
  56. }
  57. .o2_statement_statementRunContentNode {
  58. overflow: hidden;
  59. }
  60. .o2_statement_statementRunJsonNode {
  61. height: 100%;
  62. width: 40%;
  63. overflow: auto;
  64. float: left;
  65. background: #ffffff;
  66. }
  67. .o2_statement_statementRunActionNode {
  68. height: 100%;
  69. width: 8%;
  70. overflow: hidden;
  71. float: left;
  72. background: #f3f3f3;
  73. }
  74. .o2_statement_statementRunResultNode {
  75. height: 100%;
  76. width: 52%;
  77. overflow: auto;
  78. float: left;
  79. background: #ffffff;
  80. }
  81. .o2_statement_statementRunActionContent {
  82. height: 50px;
  83. width: 50px;
  84. background: url("/x_component_query_StatementDesigner/$Statement/default/icon/run.png") center center no-repeat;
  85. position: relative;
  86. top:45%;
  87. margin: auto;
  88. cursor: pointer;
  89. }