]> source.dussan.org Git - gitea.git/commit
move sign in labels to be above inputs (#28753)
authorRafael Heard <rafael.heard@gmail.com>
Thu, 15 Feb 2024 08:47:49 +0000 (03:47 -0500)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 08:47:49 +0000 (09:47 +0100)
commit1c14cd0c43d670fef984068e2666641ea5a062db
treec336d3431365be5d1fb8f4fbcf9921be52d12fd6
parentf3eb835886031df7a562abc123c3f6011c81eca8
move sign in labels to be above inputs (#28753)

There are a few inconsistencies within Gitea and this PR addresses one of them.
This PR updates the sign-in page layout, including the register and openID tabs,
to match the layout of the settings pages (`/user/settings`) for more consistency.

**Before**
<img width="968" alt="Screenshot 2024-02-05 at 8 27 24 AM"
src="https://github.com/go-gitea/gitea/assets/6152817/fb0cb517-57c0-4eed-be1d-56f36bd1960d">

**After**
<img width="968" alt="Screenshot 2024-02-05 at 8 26 39 AM"
src="https://github.com/go-gitea/gitea/assets/6152817/428d691d-0a42-4a67-a646-05527f2a7b41">

---------

Co-authored-by: rafh <rafaelheard@gmail.com>
templates/user/auth/signin_inner.tmpl
templates/user/auth/signin_openid.tmpl
templates/user/auth/signup_inner.tmpl
web_src/css/form.css
web_src/css/helpers.css