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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-28 00:16:00 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-28 00:16:00 +0300
commit192cd850ebdb424fd95f5eeb835eeab4659741aa (patch)
tree8b79e99ca03cad413701f6155afe061412d41f9e /plugins/CoreHome/templates/styles.css
parentbe8c1717fd91ebcdac6d5c028f6b05ca1f7d900e (diff)
fixes #997 - change data fetch for OFC2 widgets to load widget+data in a single fetch; moved HTML to graph.tpl; move JavaScript to common.js; fixed browser portability bug in findSWFGraph
fixes #1020 - only the last chart added to the dashboard can be saved locally (using the right-click pop-up menu to "Save Image Locally"); the footer icon link worked properly fixes #947 - truncated translation string in Flash widget when "no data"; this is now styled consistently with "no data" for tables and tag clouds related changes: * data-file (Flash parameter) renamed to x-data-file; this is used by Widgetize to provide the code to embed Flash OBJECTs * add translation strings for Flash detection * move some translation strings to JavaScript and enhance getJavascriptTranslations() to always generate 'General' translation strings
Diffstat (limited to 'plugins/CoreHome/templates/styles.css')
-rw-r--r--plugins/CoreHome/templates/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/styles.css b/plugins/CoreHome/templates/styles.css
index d05e47494f..c3537c2cdb 100644
--- a/plugins/CoreHome/templates/styles.css
+++ b/plugins/CoreHome/templates/styles.css
@@ -97,3 +97,11 @@ div .sparkline {
padding-right: 10px;
margin-top: 0;
}
+
+div.pk-emptyGraph {
+ padding-top: 20px;
+ padding-bottom: 10px;
+ text-align: center;
+ font-size: 0.9em;
+ font-style: italic;
+}