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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-08 16:17:31 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-08 16:17:53 +0400
commit8ef3981f6437f25e182d046527fb68cf8c21bbb4 (patch)
treefdb94d21b7450a2d827d031cefbdcb3e92b7404f /tests/resources/screenshot-override
parenta31b6532fdc54f96f571c067a9ff5711bfbd6099 (diff)
Fix infinite recursion issue w/ {% render %}-ing UIControl instances, move dashboard settings HTML rendering to new UIControl object, and slight improvement to error message in screenshot capture script.
Diffstat (limited to 'tests/resources/screenshot-override')
-rw-r--r--tests/resources/screenshot-override/override.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 4dcb133f19..71c0eac4b3 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -14,7 +14,7 @@ span.plugin-version {
visibility:hidden;
}
-/* add some space to the top of the segment editor so screenshots are clearer */
-.widget .segmentEditorPanel {
+/* add some space to the top of the segment editor & other widgets so screenshots are clearer */
+.widget .segmentEditorPanel, .widget .dashboardSettings {
margin-top:1em;
} \ No newline at end of file