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 576644d815
Simplify helper CSS classes and avoid abuse (#26728)
Removed CSS helper classes (some of them are not useful while some of
them are abused often)

* `gt-db`: in most cases it could be replaced by `gt-df` and the flex
layout should be encouraged. Other cases: either it does need the
`gt-df` (eg: by using `div` directly) or it is an abuse (eg: the warning
message in a form)
* `gt-di`: it doesn't seem useful, or it could be replaced by `gt-dib`
in most cases.
* `gt-dif`: not useful, it could be replaced by `flex-text-inline` or
`gt-df`
* `gt-js`: never used
* All `<i class="icon gt-df gt-ac gt-jc">` could be written as `<i
class="icon">`


## Some UI samples

### Admin Notice


![image](https://github.com/go-gitea/gitea/assets/2114189/d02010d4-dc7d-463f-bc99-dcc9b6e2e2ac)

### Admin Stacktrace


![image](https://github.com/go-gitea/gitea/assets/2114189/4045695c-a8c4-4e37-b720-e77a61b1e965)

### Org Home


![image](https://github.com/go-gitea/gitea/assets/2114189/069f02d0-76ad-4052-8a80-700d7e501d40)

### Org Team Repo


![image](https://github.com/go-gitea/gitea/assets/2114189/dc8d6106-bb6b-4f60-83ac-06cb28df3ab5)

### Release List


![image](https://github.com/go-gitea/gitea/assets/2114189/0845e8a5-d1a9-487a-9d25-3c200ad54c17)


### User Setting Application Token Scope


![image](https://github.com/go-gitea/gitea/assets/2114189/fffbde27-432b-49c6-827e-17b8cd3457ff)

Co-authored-by: Giteabot <teabot@gitea.io>
11 months ago
..
applications Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
auth Enable H014 and H023 djlint rules (#25786) 1 year ago
base Use flex instead of float for sort button and search input (#25519) 1 year ago
emails Fix the truncate and alignment problem for some admin tables (#26042) 12 months ago
org Fix template function DateTime (#24317) 1 year ago
packages Allow package cleanup from admin page (#25307) 11 months ago
repo Split lfs size from repository size (#22900) 1 year ago
runners Move secrets and runners settings to actions settings (#24200) 1 year ago
user Make "link-action" backend code respond correct JSON content (#26680) 11 months ago
actions.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
config.tmpl Update path related documents (#25417) 12 months ago
cron.tmpl various style fixes (#25008) 1 year ago
dashboard.tmpl Replace fomantic divider module with our own (#25539) 1 year ago
hook_new.tmpl Use shared template for webhook icons (#26242) 11 months 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 Reduce margins on user settings page, introduce `flex-container` (#26046) 11 months ago
navbar.tmpl Differentiate better between user settings and admin settings (#26538) 11 months ago
notice.tmpl Simplify helper CSS classes and avoid abuse (#26728) 11 months ago
queue.tmpl Add template linting via djlint (#25212) 1 year ago
queue_manage.tmpl Add template linting via djlint (#25212) 1 year ago
stacktrace-row.tmpl Simplify helper CSS classes and avoid abuse (#26728) 11 months ago
stacktrace.tmpl Replace fomantic divider module with our own (#25539) 1 year ago
stats.tmpl Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago