first commit

This commit is contained in:
Sven Wappler
2021-04-17 00:26:33 +02:00
commit 866c63cc63
813 changed files with 100696 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
.stats_container {
text-align: center;
}
.legend {
display: inline-block;
}
.legend .color {
display: inline-block;
width: 8px;
height: 8px;
background: black;
border-radius: 10px;
}
.t3-help-link .t3-help-teaser-icon .t3-icon {
margin-top: 4px;
}
.progress {
height: 30px !important;
}
.progress .progress-bar {
text-align: left !important;
padding-left: 5px;
vertical-align: middle;
line-height: 30px;
}
.index-queue-init-form .panel {
box-shadow: none;
border: none;
}

View File

@@ -0,0 +1,26 @@
table.tx_meilisearch-TCEforms {
background: none;
}
table.tx_meilisearch-TCEforms a {
display: none;
}
table.tx_meilisearch-TCEforms table.typo3-TCEforms-select-checkbox tbody {
display: table-row-group;
}
table.tx_meilisearch-TCEforms table.typo3-TCEforms-select-checkbox td.c-labelCell {
font-size: 12px;
}
/* scheduler layout fixes */
.tx_scheduler_mod1 .extra_fields_tx_meilisearch_scheduler_ReIndexTask table.typo3-TCEforms {
width: auto;
}
.tx_scheduler_mod1 .extra_fields_tx_meilisearch_scheduler_ReIndexTask .tx_meilisearch-TCEforms td {
padding-left: 0;
}