aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorRafael Heard <rafael.heard@gmail.com>2024-02-19 20:01:48 -0500
committerGitHub <noreply@github.com>2024-02-19 20:01:48 -0500
commite4e5d76932e9d5ba1f8c63213aefae1493012a81 (patch)
tree0f1b1a2bce50f311ae18281d610ab703c0603602 /web_src
parentd9268369473965fce1464325d9f4b15ed9d38046 (diff)
downloadgitea-e4e5d76932e9d5ba1f8c63213aefae1493012a81.tar.gz
gitea-e4e5d76932e9d5ba1f8c63213aefae1493012a81.zip
Left align the input labels for the link account page (#29255)
In a previous [PR](https://github.com/go-gitea/gitea/pull/28753) we moved the labels to be above the inputs. The PR ensures that the alignment is also on both tabs of the link account page (`/user/link_account`). Before <img width="1094" alt="before" src="https://github.com/go-gitea/gitea/assets/6152817/ac1e86bd-c4d6-4e45-87d1-87bb8a736149"> After <img width="1094" alt="after" src="https://github.com/go-gitea/gitea/assets/6152817/1b5fc109-f4d2-43ee-b924-0a9e53a0e391"> --------- Co-authored-by: rafh <rafaelheard@gmail.com>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/form.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/web_src/css/form.css b/web_src/css/form.css
index c0de4978dd..a5288c9309 100644
--- a/web_src/css/form.css
+++ b/web_src/css/form.css
@@ -242,7 +242,6 @@ textarea:focus,
.user.activate form,
.user.forgot.password form,
.user.reset.password form,
-.user.link-account form,
.user.signup form {
margin: auto;
width: 700px !important;
@@ -277,7 +276,6 @@ textarea:focus,
.user.activate form .inline.field > label,
.user.forgot.password form .inline.field > label,
.user.reset.password form .inline.field > label,
- .user.link-account form .inline.field > label,
.user.signup form .inline.field > label {
text-align: right;
width: 250px !important;