Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-09-09 08:42:44 +0300
committerGitHub <noreply@github.com>2020-09-09 08:42:44 +0300
commitaaf2e659a694ab4007ecea6178b8db0ad481f43a (patch)
tree2c037295ae80d1db9483cc3198b5aa78df190bac /plugins/CoreUpdater/stylesheets/updateLayout.css
parentd89a202cfbb502083882fbfbb999d8c9ec77b4cb (diff)
Update donations widget (#16405)
* Update donations widget * fix some tests * fix some tests * update css * fix test * improve wording * fix tests
Diffstat (limited to 'plugins/CoreUpdater/stylesheets/updateLayout.css')
-rw-r--r--plugins/CoreUpdater/stylesheets/updateLayout.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/stylesheets/updateLayout.css b/plugins/CoreUpdater/stylesheets/updateLayout.css
index 040ab3f290..e90c33d37e 100644
--- a/plugins/CoreUpdater/stylesheets/updateLayout.css
+++ b/plugins/CoreUpdater/stylesheets/updateLayout.css
@@ -2,7 +2,11 @@
margin: 0;
padding: 0;
}
-
+#donate-form-container .piwik-donate-call #piwik-worth,
+#donate-form-container .piwik-donate-call li,
+#donate-form-container .piwik-donate-call ul {
+ display: inline;font-size:14px;
+}
.topBarElem {
font-family: arial, sans-serif !important;
font-size: 13px;