update Piwik to version 2.16 (fixes #91)

This commit is contained in:
oliver 2016-04-10 18:55:57 +02:00
commit d885a4baa9
5833 changed files with 418860 additions and 226988 deletions

View file

@ -1,6 +1,6 @@
//
//
// transitions colors
//
//
// colors for entries gradients
.transition-entries[data-name=light] {

View file

@ -5,7 +5,7 @@
z-index: 1500;
height: 550px;
text-align: left;
margin-left: 7px;
margin-left: 50px;
}
.Transitions_Canvas_Container {
@ -39,7 +39,6 @@
position: absolute;
background: rgba(0, 0, 0, 0); /* without this, IE9 triggers hover only on the text, not the box */
z-index: 1506;
font-family: Arial, Helvetica, sans-serif;
word-wrap: break-word;
text-align: left;
cursor: default;
@ -66,6 +65,7 @@
font-weight: bold;
overflow: hidden;
color: #255792;
margin: 0;
}
.Transitions_Pageviews {
@ -123,7 +123,7 @@
}
.Transitions_CenterBoxMetrics .Transitions_Highlighted {
color: #E87500;
color: @theme-color-link;
}
span.Transitions_Metric {
@ -132,12 +132,12 @@ span.Transitions_Metric {
}
.Transitions_Value0 {
color: #666;
color: @theme-color-text-lighter;
}
.Transitions_TitleOfOpenGroup {
font-size: 12px;
color: #E87500;
color: @theme-color-link;
font-weight: bold;
}