updated plugin Connect Matomo version 1.0.30

This commit is contained in:
2023-10-22 22:21:31 +00:00
committed by Gitium
parent 9e3fa792d7
commit 959829cf69
24 changed files with 3619 additions and 3462 deletions

View File

@ -1,2 +1,2 @@
<?php
<?php
// Nothing to see...

View File

@ -2,6 +2,23 @@
display: none;
}
.wp-piwik-help-list {
list-style-type: disc;
margin-left: 20px;
}
.wp-piwik-input-row label {
display: block;
}
.wp-piwik-input-row input[type=text], .wp-piwik-input-row input:not([type]) {
width: 70%;
}
.wp-piwik-input-row p {
width: 70%;
}
table.wp-piwik-table th.right, td.right {
text-align: right;
}