dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 2903dc89253bb5ce37e0ce50d5c2450dc6a9ea2a
parent 01ad6ee88c8861eddc1132c450c6a6fc09de21d3
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun,  4 Dec 2022 00:45:52 -0500

improve UI

Diffstat:
Mpkg/web/public/views/pages/forgot-password.gohtml | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pkg/web/public/views/pages/forgot-password.gohtml b/pkg/web/public/views/pages/forgot-password.gohtml @@ -105,8 +105,14 @@ {{ if .Data.ErrCaptcha }}<div class="invalid-feedback d-block">{{ .Data.ErrCaptcha }}</div>{{ end }} </div> <div class="form-group"> - <input id="gpg_mode_decrypt" name="gpg_mode" value="0" type="radio" checked /><label for="gpg_mode_decrypt" style="background-color: rgba(80, 80, 80, 0.8) !important; padding: 3px 5px;">Decrypt code</label> - <input id="gpg_mode_sign" name="gpg_mode" value="1" type="radio" /><label for="gpg_mode_sign" style="background-color: rgba(80, 80, 80, 0.8) !important; padding: 3px 5px;">Sign message</label> + <span style="background-color: rgba(80, 80, 80, 0.8) !important; padding: 3px 5px;"> + <input id="gpg_mode_decrypt" name="gpg_mode" value="0" type="radio" checked /> + <label for="gpg_mode_decrypt">Decrypt code</label> + </span> + <span style="background-color: rgba(80, 80, 80, 0.8) !important; padding: 3px 5px; margin-left: 5px;"> + <input id="gpg_mode_sign" name="gpg_mode" value="1" type="radio" /> + <label for="gpg_mode_sign">Sign message</label> + </span> </div> <div class="form-group"> <input type="submit" class="transparent-input btn btn-lg btn-primary btn-block" value="{{ t "Recover password" . }}" />