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:
authorsgiehl <stefan@piwik.org>2015-08-10 20:03:25 +0300
committersgiehl <stefan@piwik.org>2015-08-10 20:03:25 +0300
commit28bb843ecdad61d10abad5cef3d2a184c5210125 (patch)
treec5cdadecccf930b683cd2ed81848bc99d1d2dbee /plugins/CorePluginsAdmin
parentc84312e4f6759a0e3f1b043d0a2e43d40863541b (diff)
small layout tweaks
Diffstat (limited to 'plugins/CorePluginsAdmin')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/plugins_admin.less7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less b/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less
index e7746f7fac..a0dd014b79 100644
--- a/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less
+++ b/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less
@@ -28,17 +28,16 @@ table.dataTable tr.inactive-plugin:hover > td {
}
.donation-overlay {
-
+ text-align: center;
.donation-links {
-
margin-top: 2em;
-
.donation-link {
display: inline-block;
- margin: 0 1em 0 0;
+ margin: 0 1em;
}
}
}
+
.plugin-author {
float:left;
}