first commit
This commit is contained in:
29
Resources/Css/Report/index.css
Normal file
29
Resources/Css/Report/index.css
Normal file
@@ -0,0 +1,29 @@
|
||||
#typo3-inner-docbody p {
|
||||
margin: 7px 0;
|
||||
}
|
||||
|
||||
table.tx_meilisearch_index_list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tx_meilisearch_index_list td {
|
||||
padding: 2px 4px;
|
||||
vertical-align: middle;
|
||||
height: 20px;
|
||||
font-size: 11px;
|
||||
border-bottom: 1px solid #dee0e1;
|
||||
}
|
||||
|
||||
.tx_meilisearch_index_list .bgColor2 td {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#tx-solr-connection {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#tx-solr-connection select {
|
||||
max-width: 300px;
|
||||
}
|
Reference in New Issue
Block a user