update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -81,4 +81,3 @@
|
|||
fill: #808888;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@
|
|||
filter: alpha(opacity=3);
|
||||
}
|
||||
|
||||
.RealTimeMap:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.RealTimeMap-black {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
|
@ -88,18 +92,25 @@
|
|||
.realTimeMap_overlay {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
bottom: 6px;
|
||||
font-size: 12px;
|
||||
z-index: 10;
|
||||
text-shadow: 1px 1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, 1px -1px 1px #FFFFFF, -1px -1px 1px #FFFFFF, 1px 1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, 1px -1px 1px #FFFFFF, -1px -1px 1px #FFFFFF;
|
||||
}
|
||||
|
||||
.realTimeMap_datetime {
|
||||
bottom: 24px;
|
||||
color: #887;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.widget {
|
||||
.realTimeMap_overlay {
|
||||
bottom: 6px;
|
||||
}
|
||||
.realTimeMap_datetime {
|
||||
bottom: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
// realtime map colors (for theming)
|
||||
.realtime-map[data-name=white-bg] {
|
||||
color: #fff;
|
||||
|
|
@ -114,7 +125,7 @@
|
|||
}
|
||||
|
||||
.realtime-map[data-name=black-fill] {
|
||||
color: #444440;
|
||||
color: @theme-color-text-light;
|
||||
}
|
||||
|
||||
.realtime-map[data-name=visit-stroke] {
|
||||
|
|
@ -143,4 +154,8 @@
|
|||
|
||||
.realtime-map[data-name=symbol-animate-fill] {
|
||||
color: #fdb;
|
||||
}
|
||||
}
|
||||
|
||||
.realtime-map[data-name=region-stroke-color] {
|
||||
color: #bbb;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue