| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .o2_statement_statementDesignerNode {
- height: 200px;
- padding: 20px;
- box-shadow: 0 0 10px #999999;
- background: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- }
- .o2_statement_statementDesignerLine {
- height: 30px;
- line-height: 30px;
- }
- .o2_statement_statementDesignerLine div {
- height: 30px;
- line-height: 30px;
- float: left;
- margin-right: 10px;
- }
- .o2_statement_statementDesignerSelectTable {
- width: 80px;
- margin-top: 3px;
- height: 20px !important;
- text-align: center;
- line-height: 20px !important;
- border: 1px solid #cccccc;
- border-radius: 3px;
- background-color: #ffffff;
- cursor: pointer;
- }
- .o2_statement_statementDesignerTableContent{
- min-width: 30px;
- }
- .o2_statement_statementDesignerTitle {
- font-weight: bold;
- }
- .o2_statement_statementDesignerJpqlLine {
- height: 150px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementRunNode {
- margin-top: 10px;
- padding: 0px;
- box-shadow: 0 0 10px #999999;
- background: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- }
- .o2_statement_statementRunTitleNode{
- height: 26px;
- line-height: 26px;
- color: #ffffff;
- padding: 0 10px;
- font-size: 14px;
- text-align: center;
- background-color: #505050;
- }
- .o2_statement_statementRunContentNode {
- overflow: hidden;
- }
- .o2_statement_statementRunJsonNode {
- height: 100%;
- width: 40%;
- overflow: auto;
- float: left;
- background: #ffffff;
- }
- .o2_statement_statementRunActionNode {
- height: 100%;
- width: 8%;
- overflow: hidden;
- float: left;
- background: #f3f3f3;
- }
- .o2_statement_statementRunResultNode {
- height: 100%;
- width: 52%;
- overflow: auto;
- float: left;
- background: #ffffff;
- }
- .o2_statement_statementRunActionContent {
- height: 50px;
- width: 50px;
- background: url("/x_component_query_StatementDesigner/$Statement/default/icon/run.png") center center no-repeat;
- position: relative;
- top:45%;
- margin: auto;
- cursor: pointer;
- }
|