| author | 2026-09-07 14:07:24 +0700 | |
|---|---|---|
| committer | 2026-09-07 14:35:13 +0700 | |
| commit | 8f95dce3ece6eccf240ed0b994fb267bf390bf30 (patch) | |
| tree | 35aeb1ecc32023777252954f7a984bce7bf47a40 /cgit.css | |
| parent | 61aa4378441859ed2851db01d5d1b01ed1aa2458 (diff) | |
| download | cgitext-8f95dce3ece6eccf240ed0b994fb267bf390bf30.tar.gz cgitext-8f95dce3ece6eccf240ed0b994fb267bf390bf30.zip | |
The diff controls panel mixed the from/to ref pickers with the
rendering options (context, space, mode). Split it into two panels,
stacked vertically: one for the refs and one for the other options,
so each groups related controls.
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -478,6 +478,14 @@ div#cgit div.cgit-panel { margin-top: 1.5em; } +div#cgit form.diff-ctrls div.cgit-panel { + float: none; +} + +div#cgit form.diff-ctrls { + float: right; +} + div#cgit div.cgit-panel table { border-collapse: collapse; border: solid 1px var(--border-mid); |