diff options
Diffstat (limited to 'html/payload_create.html')
-rw-r--r-- | html/payload_create.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/html/payload_create.html b/html/payload_create.html index 44fa4e2..0a5577e 100644 --- a/html/payload_create.html +++ b/html/payload_create.html @@ -40,8 +40,13 @@ #LOADCSS html/base.css #LOADCSS html/grid.css <style> + .payload_create_main_view { + overflow-y:auto; + height: var(--content-height); + } .payload_create_form { margin: 0 0.6em; + padding-top: 1em; } .payload_create_form>* { margin: 0.3em 0; @@ -54,7 +59,7 @@ height: 18em; font-family: monospace; } - .payload_create_buts, .payload_create_heading { + .payload_create_buts { text-align: center; margin: 0.5em 0; } @@ -64,7 +69,6 @@ class="payload_create_main_view"> <div data-template="form_container"> <div class="grid_1 payload_create_form"> - <h3 class="payload_create_heading">Create payload</h3> <span> <label>identifier*</label> (may only contain digits 0-9, lowercase letters a-z and hyphens '-'; |