diff options
author | silverwind <me@silverwind.io> | 2023-06-22 03:59:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 21:59:49 -0400 |
commit | 656d3cc71973c547b574866e30e5f3da5327ce25 (patch) | |
tree | 1572fc6ee19650b148a899e87b579dd63c3c5664 /templates/admin | |
parent | 8afc1b1cb5ad44ab5dd9597a814b19412702ede3 (diff) | |
download | gitea-656d3cc71973c547b574866e30e5f3da5327ce25.tar.gz gitea-656d3cc71973c547b574866e30e5f3da5327ce25.zip |
Various UI fixes (#25264)
Numerous small UI fixes:
- Fix double border in collaborator list
- Fix system notice table background
- Mute links in repo and org lists
- Downsize projects edit buttons
- Improve milestones and project list rendering
- Condense milestone list entry to a single line of "metas"
- Mute ".." button in repo files list
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/notice.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl index 3dbae04625..5cd617a0b5 100644 --- a/templates/admin/notice.tmpl +++ b/templates/admin/notice.tmpl @@ -3,7 +3,7 @@ <h4 class="ui top attached header"> {{.locale.Tr "admin.notices.system_notice_list"}} ({{.locale.Tr "admin.total" .Total}}) </h4> - <table class="ui attached basic select selectable table unstackable g-table-auto-ellipsis"> + <table class="ui attached segment select selectable striped table unstackable g-table-auto-ellipsis"> <thead> <tr> <th></th> |