123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "titleNode": {
- "margin": "0px",
- "height": "20px",
- "padding": "5px",
- "background-color": "#F6F6F6",
- "line-height": "20px",
- "text-align": "center"
- },
- "projectionTable": {
- "width": "100%",
- "border-top": "1px solid #999999"
- },
- "projectionTableTitle": {
- "border-right": "1px solid #cccccc",
- "border-bottom": "1px solid #cccccc",
- "height": "24px",
- "line-height": "24px",
- "background-color": "#eeeeee"
- },
- "projectionTableTd": {
- "border-right": "1px solid #cccccc",
- "border-bottom": "1px solid #cccccc",
- "height": "24px",
- "cursor": "pointer",
- "line-height": "24px",
- "word-break": "break-all"
- },
- "actionNode": {
- "width": "80%",
- "margin": "10px auto",
- "height": "24px",
- "line-height": "24px",
- "border-radius": "15px",
- "color": "#ffffff",
- "background-color": "#4a90e2",
- "text-align": "center",
- "cursor": "pointer"
- },
- "projectionItemInput": {
- "border": "0px",
- "height": "20px",
- "width": "98%",
- "line-height": "20px"
- },
- "projectionItemSelect": {
- "height": "20px",
- "border": "0px",
- "line-height": "20px"
- },
- "projectionItemAction": {
- "height": "24px",
- "width": "24px",
- "cursor": "pointer",
- "background": "url("+"../x_component_process_ProcessDesigner/widget/$ProjectionEditor/default/del.png) no-repeat center center"
- },
- "projectionTableTr": {
- "background-color": "#ffffff"
- },
- "projectionTableTr_selected": {
- "background-color": "#e4eef9"
- },
- "selectNode": {
- "margin": "0px",
- "padding": "5px",
- "background-color": "#F6F6F6",
- "overflow": "hidden"
- },
- "downNode": {
- "height": "24px",
- "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/down.png) no-repeat center center"
- },
- "itemNode": {
- "height": "18px",
- "line-height": "18px",
- "padding": "2px 5px",
- "margin": "2px",
- "background": "#F6F6F6",
- "float": "left",
- "border": "1px solid #CCC",
- "cursor": "pointer",
- "color": "#333"
- },
- "itemNode_over": {
- "background": "#616161",
- "color": "#FFF"
- },
- "itemIconNode": {
- "float": "right",
- "width": "16px",
- "height": "18px",
- "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/flag.png) no-repeat center right"
- },
- "itemIconNode_over": {
- "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/flag_over.png) no-repeat center right"
- },
- "itemTextNode": {
- "margin-right": "16px"
- },
- "showNode": {
- "overflow": "hidden",
- "padding": "5px 5px",
- "min-height": "24px",
- "background-color": "#F6F6F6",
- "border-top": "0px solid #999"
- },
- "previewNode": {
- "min-height": "20px",
- "line-height": "20px",
- "background-color": "#F6F6F6",
- "overflow": "hidden"
- },
- "propertyNode":{
- "margin": "0px 0px 10px 0px",
- "padding": "5px",
- "background": "#F6F6F6",
- "overflow": "hidden",
- "border-top": "1px solid #CCC",
- "border-bottom": "1px solid #CCC"
- },
- "selectedItemNode": {
- "height": "20px",
- "line-height": "20px",
- "margin": "2px",
- "background": "#FFF",
- "float": "left",
- "border": "1px solid #999",
- "border-radius": "6px",
- "cursor": "pointer",
- "color": "#333",
- "box-shadow": "1px 1px 3px #666"
- },
- "selectedItemTextNode": {
- "float": "left",
- "height": "20px",
- "padding": "0px 2px 0px 5px",
- },
- "selectedItemCloseNode": {
- "float": "right",
- "height": "20px",
- "width": "14px",
- "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/delete.png) no-repeat center center"
- },
- "selectedItemNode_over": {
- "background": "#F1F1F1",
- "box-shadow": "1px 1px 2px #999"
- },
- "selectedItemNode_check": {
- "background": "#e1e9ff",
- "box-shadow": "0px 0px 3px #999 inset"
- },
- "itemPropertyNode": {
- "overflow": "hidden",
- "dispaly": "none"
- },
- "propertyTitleNode": {
- "width": "70px",
- "font-weight": "bold",
- "font-size": "12px",
- "min-height": "24px",
- "line-height": "24px",
- "margin-left": "5px",
- "float": "left"
- },
- "propertyInputDivNode": {
- "margin-left": "75px",
- "min-height": "24px",
- "line-height": "24px",
- "border-bottom": "1px dashed #CCC"
- },
- "propertyInputNode": {
- "width": "97%",
- "border-top": "1px solid #DDD",
- "border-left": "1px solid #DDD",
- "border-bottom": "1px solid #EEE",
- "border-right": "1px solid #EEE"
- },
- "scriptNode": {
- "height": "200px"
- },
- "lineNode": {
- "overflow": "hidden",
- "border-bottom": "1px dashed #CCC",
- }
- }
|