| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "content":{
- "width": "100%",
- "height": "100%",
- "overflow": "auto",
- "background-color": "#FFF"
- },
- "maskNode": {
- "background-color": "#666",
- "opacity": 0.4,
- "z-index":100
- },
- "processNode_from": {
- "width": "480px",
- "min-height": "280px",
- "height": "auto",
- "z-index":300,
- "background-color": "#FFF",
- "overflow": "hidden",
- "border": "3px solid #666",
- "border-radius": "10px",
- "box-shadow": "0px 0px 15px #666",
- "opacity": 1,
- "position": "absolute"
- },
- "processNode": {
- "width": "480px",
- "min-height": "280px",
- "height": "auto",
- "opacity": 1,
- "overflow": "hidden"
- },
- "routeSelectorTile": {
- "overflow": "hidden",
- "height": "24px",
- "line-height": "24px"
- },
- "routeSelectorArea": {
- "overflow": "hidden"
- },
- "mobileActionBarNode": {
- "font-size": "16px",
- "color": "#008BE6",
- "text-align": "center",
- "line-height": "40px",
- "height": "40px",
- "width": "100%",
- "position": "absolute",
- "background-color": "#ffffff",
- "bottom": "0px"
- },
- "mobileSaveActionNode": {
- "height": "40px"
- }
- }
|