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/web_src/css
silverwind c76b221cca
Reduce table padding globally (#25568)
Fomantic's tables have too much padding. Reduce it so we have more
information density in them. Especially the admin tables need this
because they are bursting already because of column count.

## Admin repolist before and after

<img width="909" alt="Screenshot 2023-06-28 at 20 27 55"
src="https://github.com/go-gitea/gitea/assets/115237/954c925c-8db5-47ce-ae51-a2168b857014">
<img width="897" alt="Screenshot 2023-06-28 at 20 36 03"
src="https://github.com/go-gitea/gitea/assets/115237/0bddc09a-9117-48b3-a17e-3d34c58d8d3d">

## Other tables

<img width="1230" alt="Screenshot 2023-06-28 at 20 36 22"
src="https://github.com/go-gitea/gitea/assets/115237/38f555b6-a7ce-416a-9f1f-706eaf18863b">
<img width="1236" alt="Screenshot 2023-06-28 at 20 26 37"
src="https://github.com/go-gitea/gitea/assets/115237/82b2878e-358c-4dc2-a6b4-c66e43cd2dfb">
<img width="1231" alt="Screenshot 2023-06-28 at 20 59 30"
src="https://github.com/go-gitea/gitea/assets/115237/c6a92e55-a3a3-4c80-9a0d-50aebb49886c">

Files table is unaffected because it has custom padding already.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
chroma Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Rework button coloring, add focus and active colors (#24507) 2 years ago
features Add custom ansi colors and CSS variables for them (#25546) 2 years ago
markup Improve wiki sidebar and TOC (#25460) 2 years ago
modules Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380) 2 years ago
repo Improve wiki sidebar and TOC (#25460) 2 years ago
shared Various UI fixes (#25264) 2 years ago
standalone Add toasts to UI (#25449) 2 years ago
themes Add custom ansi colors and CSS variables for them (#25546) 2 years ago
actions.css Reorganize CSS files (#24739) 2 years ago
admin.css Fix admin-dl-horizontal (#25512) 2 years ago
base.css Reduce table padding globally (#25568) 2 years ago
dashboard.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
explore.css fix tags line no margin see #25255 (#25280) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
helpers.css Navbar fixes (#25402) 2 years ago
home.css Align language menu icon and fit the footer area (#25556) 2 years ago
index.css Add toasts to UI (#25449) 2 years ago
install.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
org.css Improve AJAX link and modal confirm dialog (#25210) 2 years ago
repo.css Update JS dependencies and misc tweaks (#25540) 2 years ago
review.css Diff page enhancements (#25398) 2 years ago
user.css Fix mobile navbar and misc cleanups (#25134) 2 years ago