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.
gitea/templates/admin
HesterG c082689471
Use flex instead of float for sort button and search input (#25519)
Right now some sort buttons beside search input are unclickable because
#25338 removed `max-width` and the sort button is using float, sort
button is then covered by the `input`.

The way to fix this in this PR is changing the layout to `flex` and put
`input form` and sort `button` into `secondary menu`.

After:

<img width="1411" alt="Screen Shot 2023-06-26 at 16 40 52"
src="https://github.com/go-gitea/gitea/assets/17645053/63c12b17-793a-4ae7-bbda-f67b13b87212">

<img width="1428" alt="Screen Shot 2023-06-26 at 16 34 06"
src="https://github.com/go-gitea/gitea/assets/17645053/cb7d967e-355d-4cb0-955c-6139580fc17a">
<img width="716" alt="Screen Shot 2023-06-26 at 16 34 22"
src="https://github.com/go-gitea/gitea/assets/17645053/c74b5ef2-d46e-4487-8794-28bec984bb36">
<img width="1424" alt="Screen Shot 2023-06-26 at 16 34 32"
src="https://github.com/go-gitea/gitea/assets/17645053/8a5fdc05-a2c5-4ec4-979d-15a21501fe14">
<img width="1425" alt="Screen Shot 2023-06-26 at 16 35 21"
src="https://github.com/go-gitea/gitea/assets/17645053/eb73cd31-3914-4bc9-92ab-aba56f25128b">
<img width="1437" alt="Screen Shot 2023-06-26 at 16 36 14"
src="https://github.com/go-gitea/gitea/assets/17645053/1c3b4595-bb26-491f-aa68-60dc9ab22b84">
2 years ago
..
applications Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
auth Show OAuth2 errors to end users (#25261) 2 years ago
base Use flex instead of float for sort button and search input (#25519) 2 years ago
emails Use flex instead of float for sort button and search input (#25519) 2 years ago
org Fix template function DateTime (#24317) 2 years ago
packages Introduce shared template for search inputs (#25338) 2 years ago
repo Use flex instead of float for sort button and search input (#25519) 2 years ago
runners Move secrets and runners settings to actions settings (#24200) 2 years ago
user Introduce shared template for search inputs (#25338) 2 years ago
actions.tmpl Move secrets and runners settings to actions settings (#24200) 2 years ago
config.tmpl Fix admin-dl-horizontal (#25512) 2 years ago
cron.tmpl various style fixes (#25008) 2 years ago
dashboard.tmpl Fix admin-dl-horizontal (#25512) 2 years ago
hook_new.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_head.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
navbar.tmpl Add details summary for vertical menus in settings to allow toggling (#25098) 2 years ago
notice.tmpl Various UI fixes (#25264) 2 years ago
queue.tmpl Add template linting via djlint (#25212) 2 years ago
queue_manage.tmpl Add template linting via djlint (#25212) 2 years ago
stacktrace-row.tmpl Use auto-updating, natively hoverable, localized time elements (#23988) 2 years ago
stacktrace.tmpl Improve queue & process & stacktrace (#24636) 2 years ago
stats.tmpl Use a separate admin page to show global stats, remove `actions` stat (#25062) 2 years ago