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,34 @@
.docheader-funcmenu select {
max-width: 500px;
}
.tx_meilisearch_mod-admin h3 {
margin-bottom: 30px;
}
.tx_meilisearch_mod-admin fieldset {
padding: 10px;
margin-top: 10px;
border: none;
border-top: 2px solid #aaa;
}
.tx_meilisearch_mod-admin legend {
position: relative;
bottom: 2px;
padding: 0 10px;
font-size: 12px;
color: #555;
}
.tx_meilisearch_mod-admin hr {
border: none;
border-bottom: 1px solid #cdcdcd;
}
.tx_meilisearch_mod-admin hr.double {
border-width: 2px;
}