Skip to content

Commit

Permalink
refs #3813 removing now unused piwik tooltip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Mar 29, 2013
1 parent 82de4cc commit b823598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 122 deletions.
1 change: 0 additions & 1 deletion plugins/CoreHome/CoreHome.php
Expand Up @@ -79,7 +79,6 @@ function getJsFiles($notification)
$jsFiles[] = "libs/javascript/sprintf.js";
$jsFiles[] = "themes/default/common.js";
$jsFiles[] = "themes/default/ajaxHelper.js";
$jsFiles[] = "plugins/CoreHome/templates/tooltip.js";
$jsFiles[] = "plugins/CoreHome/templates/datatable.js";
$jsFiles[] = "plugins/CoreHome/templates/datatable_rowactions.js";
$jsFiles[] = "plugins/CoreHome/templates/popover.js";
Expand Down
118 changes: 0 additions & 118 deletions plugins/CoreHome/templates/tooltip.js

This file was deleted.

6 changes: 3 additions & 3 deletions themes/default/common.css
Expand Up @@ -724,9 +724,9 @@ table.entityTable tr td a {
}


/* Piwik Tooltips (plugins/CoreHome/templates/tooltip.js) */
/* Piwik jQuery UI Tooltips */

.ui-tooltip, .piwik-tooltip {
.ui-tooltip {
position: absolute;
z-index: 2000;
text-align: left;
Expand All @@ -751,7 +751,7 @@ table.entityTable tr td a {
display: none;
}

.ui-tooltip h3, .piwik-tooltip .tip-title {
.ui-tooltip h3 {
font-weight: bold;
color: #7E7363;
}
Expand Down

0 comments on commit b823598

Please sign in to comment.