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
..
chroma Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
codemirror Replace Less with CSS (#23481) 1 year ago
editor Rework button coloring, add focus and active colors (#24507) 1 year ago
features Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
markup Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
modules Add button on diff header to copy file name, misc diff header tweaks (#24986) 1 year ago
repo Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
shared Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
standalone Add dark mode to API Docs (#24971) 1 year ago
themes Add show timestamp/seconds and fullscreen options to action page (#24876) 1 year ago
actions.css Reorganize CSS files (#24739) 1 year ago
admin.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
base.css Minor UI improvements: logo alignment, auth map editor, auth name display (#25043) 1 year ago
dashboard.css Fix incorrect issuel filter menu style (#25018) 1 year ago
explore.css Consolidate the two review boxes into one (#24738) 1 year ago
font_i18n.css Fix `@font-face` overrides (#24855) 1 year ago
form.css Rework Oauth login buttons, swap github logo to monocolor (#24740) 1 year ago
helpers.css Repo list improvements, fix bold helper classes (#24935) 1 year ago
home.css Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 1 year ago
index.css Rework button coloring, add focus and active colors (#24507) 1 year ago
install.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
org.css Reorganize CSS files (#24739) 1 year ago
repo.css Add button on diff header to copy file name, misc diff header tweaks (#24986) 1 year ago
review.css Improve accessibility when (re-)viewing files (#24817) 1 year ago
user.css Rework notifications list (#24812) 1 year ago