aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from:
to:
diff options
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 14:07:24 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 14:35:13 +0700
commit8f95dce3ece6eccf240ed0b994fb267bf390bf30 (patch)
tree35aeb1ecc32023777252954f7a984bce7bf47a40 /cgit.css
parent61aa4378441859ed2851db01d5d1b01ed1aa2458 (diff)
downloadcgitext-8f95dce3ece6eccf240ed0b994fb267bf390bf30.tar.gz
cgitext-8f95dce3ece6eccf240ed0b994fb267bf390bf30.zip
diff: split refs and other options into separate panelsHEADv1.3.1+14masterdevelop
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.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index e52d424..7892eca 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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);