You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css
Rafael Heard c996e35958
Move all login and account creation page labels to be above inputs (#29432)
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.

This PR updates the following routes:
`/user/login`
`/user/sign_up`
`/user/login/openid`
`/user/forgot_password`
`/user/link_account`
`/user/recover_account`

**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">


This PR addresses a revert of the original PR due to this
[comment](https://github.com/go-gitea/gitea/pull/28753#issuecomment-1956596817).

---------

Co-authored-by: rafh <rafaelheard@gmail.com>
11 months ago
..
chroma Chroma color tweaks (#26978) 1 year ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Clean up diff header css and reduce global textarea min-height (#29232) 12 months ago
features Refactor "shortsha" (#26877) 1 year ago
markup Make blockquote border size less aggressive (#29124) 1 year ago
modules Apply compact padding to small buttons with svg icons (#29471) 11 months ago
repo Refactor star/watch button (#29576) 11 months ago
shared Reduce margin/padding on flex-list items and divider (#27872) 1 year ago
standalone Add toasts to UI (#25449) 2 years ago
themes Lighten text colors on dark theme for increased contrast (#29481) 11 months ago
actions.css fix issues on action runners page (#27226) 1 year ago
admin.css User details page (#26713) 1 year ago
base.css Improve contrast on blame timestamp, fix double border (#29482) 11 months ago
dashboard.css Dashboard context dropdown position fix on landing page in mobile view. (#27047) 1 year ago
explore.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Move all login and account creation page labels to be above inputs (#29432) 11 months ago
helpers.css Replace more `gt-` with `tw-`, update frontend docs (#29595) 11 months ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Add tailwindcss (#29357) 12 months ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Unify organizations header (#29248) 12 months ago
repo.css Use flex wrap to layout the PR update button (#29590) 11 months ago
review.css Don't reload timeline page when (un)resolving or replying conversation (#28654) 1 year ago
user.css Unify `border-radius` behavior (#26770) 1 year ago