From aaf2e659a694ab4007ecea6178b8db0ad481f43a Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Wed, 9 Sep 2020 17:42:44 +1200 Subject: Update donations widget (#16405) * Update donations widget * fix some tests * fix some tests * update css * fix test * improve wording * fix tests --- plugins/CoreUpdater/stylesheets/updateLayout.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/CoreUpdater/stylesheets/updateLayout.css') 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; -- cgit v1.2.3