primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,23 @@
@charset "UTF-8";
.match-custom .control-group .control-label {
width: auto;
padding: 0;
}
.match-custom .control-group .controls {
min-width: 7rem;
display: inline-block;
}
.match-custom .control-group {
margin-right: 1.5rem;
display: inline-block;
}
.match-custom label {
font-size: small;
}
.match-custom select[multiple] {
height: 15rem;
}

View File

@ -0,0 +1 @@
@charset "UTF-8";.match-custom .control-group .control-label{width:auto;padding:0}.match-custom .control-group .controls{min-width:7rem;display:inline-block}.match-custom .control-group{margin-right:1.5rem;display:inline-block}.match-custom label{font-size:small}.match-custom select[multiple]{height:15rem}

Binary file not shown.

View File

@ -0,0 +1,6 @@
@charset "UTF-8";
.task-title span.failure-indicator {
color: #ffb514;
position: relative;
bottom: .5em;
}

View File

@ -0,0 +1 @@
@charset "UTF-8";.task-title span.failure-indicator{color:#ffb514;position:relative;bottom:.5em}

Binary file not shown.