switched admin theme to GIN (plus custom module for terme_reference_tree display)

This commit is contained in:
2026-09-23 20:39:00 +02:00
parent 82354d58b2
commit 0e59bf5129
49 changed files with 318 additions and 181 deletions
@@ -0,0 +1,17 @@
/**
* Term reference tree widget: selection tree on the left, sortable track
* list on the right. Transposed from the retired matminimal theme.
*/
.term-reference-tree > ul,
.term-reference-tree aside.term-reference-tree-track-list {
display: inline-block;
vertical-align: top;
}
.term-reference-tree > ul {
padding-right: 1em;
min-width: 45%;
}
.term-reference-tree aside.term-reference-tree-track-list {
border-left: 1px solid #aaa;
padding-left: 1em;
}