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

@ -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;
}