first commit
This commit is contained in:
35
Resources/Public/StyleSheets/Backend/IndexQueueModule.css
Normal file
35
Resources/Public/StyleSheets/Backend/IndexQueueModule.css
Normal 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;
|
||||
}
|
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user