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.
wxiaoguang e3897148f9
Minor UI improvements: logo alignment, auth map editor, auth name display (#25043)
Some minor UI improvements together (then no need to review 3 small PRs)

# The Map for auth sources

Close #24826

Now the LDAP and OAuth2 both have multiple line editor for the map (and
it can be resized by the handler)

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/7eed1618-0d71-4df2-84bd-ca20a06c02db)


![image](https://github.com/go-gitea/gitea/assets/2114189/a94dc6dc-0e3b-4185-bac1-8d16561b8e62)

</details>


# The account link display

Before, the UI is misaligned

This PR fixes the misalignment, remove "float right", and show the auth
source name and auth type (in the tooltip).

And the "active" color is changed from dark red to primary color.

Before:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/3bb4a8f2-2f66-4d62-ac96-096f14aeb819)

</details>

After:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/05ca46ae-7769-422d-a52a-b7402679cd05)

</details>

# The UI logo alignment

Changed file: `css/base.css`.

Before, there were some "fine tunes", these "fine tunes" only causes
misalignment.

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/395b03c2-6e8c-4742-abf9-8d548dab908d)

</details>

After this PR:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/3339acdc-7391-45bc-b6ec-a5b3bc7830a6)


![image](https://github.com/go-gitea/gitea/assets/2114189/656a7bee-cdfb-4232-aee9-25b76cae8e00)

</details>
1 year ago
..
applications Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
auth Minor UI improvements: logo alignment, auth map editor, auth name display (#25043) 1 year ago
base Optimize html templates (#22080) 2 years ago
emails Improve some modal action buttons (#24289) 1 year ago
org Fix template function DateTime (#24317) 1 year ago
packages Fix template function DateTime (#24317) 1 year ago
repo Add "Updated" column for admin repositories list (#24429) 1 year ago
runners Move secrets and runners settings to actions settings (#24200) 1 year ago
user various style fixes (#25008) 1 year ago
actions.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
config.tmpl Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 1 year ago
cron.tmpl various style fixes (#25008) 1 year ago
dashboard.tmpl various style fixes (#25008) 1 year ago
hook_new.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_head.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
navbar.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
notice.tmpl Modify width of ui container, fine tune css for settings pages and org header (#24315) 1 year ago
queue.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
queue_manage.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
stacktrace-row.tmpl Use auto-updating, natively hoverable, localized time elements (#23988) 1 year ago
stacktrace.tmpl Improve queue & process & stacktrace (#24636) 1 year ago