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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-07 08:36:55 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-16 05:43:39 +0300
commitf0d2063db7c22d596326bef148f83b13be0d3121 (patch)
tree6d884053168b5a373fc82494ebe29e63f33c5bfd /plugins/CoreUpdater/stylesheets/updateLayout.css
parent164ba974be333643d8d93a42b0868855e2500836 (diff)
#7450 Make the donation box look better during the update
Diffstat (limited to 'plugins/CoreUpdater/stylesheets/updateLayout.css')
-rw-r--r--plugins/CoreUpdater/stylesheets/updateLayout.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/stylesheets/updateLayout.css b/plugins/CoreUpdater/stylesheets/updateLayout.css
index 3d357ca722..fe334626b1 100644
--- a/plugins/CoreUpdater/stylesheets/updateLayout.css
+++ b/plugins/CoreUpdater/stylesheets/updateLayout.css
@@ -9,8 +9,13 @@
line-height: 1.33;
}
-#donate-form-container {
- margin: 0 0 2em 2em;
+.piwik-donate-call {
+ border: none;
+ padding: 0;
+ max-width: none;
+}
+.piwik-donate-call > .piwik-donate-message p {
+ margin-left: 0;
}
code {