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-03-19 04:20:22 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-16 01:27:53 +0300
commit4ce10acb2873b3a1b041b11900558b4aebeca523 (patch)
tree4a7e7a5302e9820a60783386b41ccdb07240bd34 /plugins/Widgetize
parent9df5496224cc6fcc45bb51527ef2049b7d8f283d (diff)
Restore some margins when a widget is included in an iframe
That avoids any change for people integrating the widget in their websites, and hopefully that should reduce a lot of the UI screenshot differences.
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/stylesheets/widgetize.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Widgetize/stylesheets/widgetize.less b/plugins/Widgetize/stylesheets/widgetize.less
index dafad78d90..b4d7769d39 100644
--- a/plugins/Widgetize/stylesheets/widgetize.less
+++ b/plugins/Widgetize/stylesheets/widgetize.less
@@ -31,4 +31,8 @@
#embedThisWidgetFlash,
#embedThisWidgetEverywhere {
margin-top: 5px;
-} \ No newline at end of file
+}
+
+body>.widget {
+ margin: 10px 7px;
+}