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-11-01 19:51:07 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-01 19:51:07 +0300
commitd8973da8fdfcd951476177054f8807ff4a61ef88 (patch)
tree144d5332c47c36fd4ec4d58666cef70e0bcdfe33 /plugins/CoreHome/templates/cloud.tpl
parent526e7b0f88354c9131d6f56d6b7758101e84835d (diff)
refs #946 - plugins/CoreHome - tag cloud css cleanup
Diffstat (limited to 'plugins/CoreHome/templates/cloud.tpl')
-rw-r--r--plugins/CoreHome/templates/cloud.tpl51
1 files changed, 1 insertions, 50 deletions
diff --git a/plugins/CoreHome/templates/cloud.tpl b/plugins/CoreHome/templates/cloud.tpl
index 70da6169b1..18d24c1e7e 100644
--- a/plugins/CoreHome/templates/cloud.tpl
+++ b/plugins/CoreHome/templates/cloud.tpl
@@ -1,54 +1,5 @@
<div id="{$properties.uniqueId}">
-{literal}
-<style>
-
-#tagCloud{
- width:100%;
-}
-img {
- border:0;
-}
-.word a {
- text-decoration:none;
-}
-.word {
- padding: 4px 4px 4px 4px;
-}
-.valueIsZero {
- text-decoration: line-through;
-}
-span.size0, span.size0 a {
- color: #344971;
- font-size: 28px;
-}
-span.size1, span.size1 a {
- color: #344971;
- font-size: 24px;
-}
-span.size2, span.size2 a {
- color: #4B74AD;
- font-size:20px;
-}
-span.size3, span.size3 a {
- color: #A3A8B6;
- font-size: 16px;
-}
-span.size4, span.size4 a {
- color: #A3A8B6;
- font-size: 15px;
-}
-span.size5, span.size5 a {
- color: #A3A8B6;
- font-size: 14px;
-}
-span.size6, span.size6 a {
- color: #A3A8B6;
- font-size: 11px;
-}
-</style>
-{/literal}
-
-<div id="tagCloud">
+<div class="tagCloud">
{if count($cloudValues) == 0}
<div id="emptyDatatable">{'General_NoDataForTagCloud'|translate}</div>
{else}