diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-14 22:48:01 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-14 22:48:01 +0100 |
commit | e7d11c7c1173d07db741301053db78b835a73ab3 (patch) | |
tree | 2f7e5b3e494f896855a2417694df7338745f0770 /html/payload_create.html | |
parent | 299864ee0901df8db2314cc7c07d6c481927c8aa (diff) | |
download | browser-extension-e7d11c7c1173d07db741301053db78b835a73ab3.tar.gz browser-extension-e7d11c7c1173d07db741301053db78b835a73ab3.zip |
add settings page with styling
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 '-'; |