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

@ -8,6 +8,11 @@
background: #D5D3C8;
}
.UserCountryMap .unlocatableCount {
font-size: 11px;
color: @color-silver-l60;
}
.UserCountryMap .loadingPiwik {
position: absolute !important;
top: 42% !important;
@ -38,7 +43,7 @@
.UserCountryMap-tooltip {
display: block;
position: absolute;
z-index: 9;
z-index: 40;
}
.UserCountryMap-overlay .content,
@ -71,7 +76,7 @@
width: 16px;
height: 16px;
cursor: pointer;
left: 5px;
left: 13px;
bottom: 40px;
position: absolute;
z-index: 700;
@ -146,7 +151,7 @@
}
.visitor-map[data-name=unknown-region-fill-color] {
color: #fff;
color: @theme-color-background-base;
}
.visitor-map[data-name=unknown-region-stroke-color] {
@ -166,15 +171,15 @@
}
.visitor-map[data-name=invisible-region-background] {
color: #fff;
color: @theme-color-background-base;
}
.visitor-map[data-name=city-label-color] {
color: #fff;
color: @theme-color-background-base;
}
.visitor-map[data-name=city-stroke-color] {
color: #fff;
color: @theme-color-background-base;
}
.visitor-map[data-name=city-highlight-stroke-color] {
@ -190,7 +195,7 @@
}
.visitor-map[data-name=city-label-fill-color] {
color: #fff;
color: @theme-color-background-base;
}
.visitor-map[data-name=city-selected-color] {
@ -219,4 +224,17 @@
.visitor-map[data-name=special-metrics-color-scale-4] {
color: #E87500;
}
.userCountryMapSelectCountry, .userCountryMapSelectMetrics {
float: right;
margin-right: 5px;
margin-bottom: 5px;
max-width: 10em;
font-size: 10px;
.native-select();
}
.ui-tooltip.qtip {
min-width: 100px;
}