diff --git a/_includes/bin_table.html b/_includes/bin_table.html index b68ced9..ac0331f 100644 --- a/_includes/bin_table.html +++ b/_includes/bin_table.html @@ -70,6 +70,7 @@

Welcome to the hacker zone! Enjoy playing with our New VM Submission

× +

Fill in the form with your vm information. If you want feedback about your upload, please contact us.

@@ -366,6 +367,7 @@

×
+

Fill in the form with your writeup information. It will be published after a review and will be available to anyone on the website.

diff --git a/assets/style.scss b/assets/style.scss index 40a30f9..8377383 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -796,7 +796,14 @@ details { grid-template-columns: 4fr 1fr; align-items: center; gap: 1rem; + margin-bottom: 0.25rem; +} + +.form-text { + margin: 0; margin-bottom: 1rem; + text-align: start; + font-size: 0.85rem; } .form-field { @@ -957,6 +964,13 @@ footer p { width: 160px; } + .clear-search { + right: 4px; + top: 8px; + padding: 0.1rem; + font-size: 0.8rem; + } + th, td, .level-btn, .badge { padding: 0.5rem; font-size: 0.85rem;