parent
cc3479e9e3
commit
c1a029a996
@ -0,0 +1,12 @@ |
||||
form { |
||||
background-color: #F0F0F0; |
||||
padding: 20px; |
||||
border-radius: 10px; |
||||
} |
||||
form li.submit input { |
||||
background-color: #FF0000; |
||||
} |
||||
div.result pre { |
||||
font-size: 12px; |
||||
overflow: scroll; |
||||
} |
@ -0,0 +1,20 @@ |
||||
{ |
||||
"title": "Customized forms", |
||||
"custom_css": "custom.css", |
||||
"forms": [ |
||||
{ |
||||
"name": "custom", |
||||
"title": "Customized form", |
||||
"description": "This form is customized using global CSS and inline CSS.<br><br>The form's background has been made lightgray, the input box is green, the submit button is red and the results are wrapped in a scrolling viewport.", |
||||
"script": "job_customize.sh", |
||||
"fields": [ |
||||
{ |
||||
"name": "background", |
||||
"title": "Different background color", |
||||
"type": "string", |
||||
"style": "background-color: #C0FFC0;" |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,3 @@ |
||||
#!/bin/sh |
||||
|
||||
env |
Loading…
Reference in new issue