Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserCountryMap/css/visitor-map.css')
-rw-r--r--plugins/UserCountryMap/css/visitor-map.css31
1 files changed, 17 insertions, 14 deletions
diff --git a/plugins/UserCountryMap/css/visitor-map.css b/plugins/UserCountryMap/css/visitor-map.css
index abc5360654..cc3340d895 100644
--- a/plugins/UserCountryMap/css/visitor-map.css
+++ b/plugins/UserCountryMap/css/visitor-map.css
@@ -9,20 +9,19 @@
}
.UserCountryMap .loadingPiwik {
- position: absolute!important;
- top: 42%!important;
- right: 10px!important;
- left: 10px!important;
- z-index: 999!important;
+ position: absolute !important;
+ top: 42% !important;
+ right: 10px !important;
+ left: 10px !important;
+ z-index: 999 !important;
display: block;
font-size: 12px;
color: #000;
- vertical-align: middle!important;
+ vertical-align: middle !important;
text-align: center;
text-shadow: 0 0 5px #fff;
}
-
.tableIcon.inactiveIcon {
color: #99a;
}
@@ -37,21 +36,21 @@
.UserCountryMap-overlay,
.UserCountryMap-tooltip {
- display:block;
+ display: block;
position: absolute;
- z-index:20;
+ z-index: 20;
}
.UserCountryMap-overlay .content,
.UserCountryMap-tooltip .content {
- padding:5px;
- border-radius:3px;
- background:rgba(255,255,255,0.9);
+ padding: 5px;
+ border-radius: 3px;
+ background: rgba(255, 255, 255, 0.9);
}
.UserCountryMap-title {
top: 5px;
- left:5px;
+ left: 5px;
}
.UserCountryMap-legend {
@@ -59,12 +58,14 @@
font-size: 9px;
bottom: 40px;
}
+
.UserCountryMap-info {
left: 5px;
font-size: 11px;
bottom: 60px;
max-width: 42%;
}
+
.UserCountryMap-info-btn {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAAOVBMVEX///8AAAAAAABXV1dSUlKsrKzExMTd3d3V1dXp6end3d3p6enz8/P7+/v39/f///+vqZ6oopWUjH2LPulWAAAAE3RSTlMAESIzM2Z3mZmqqrvd7u7/////UUgTXgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAYdEVYdENyZWF0aW9uIFRpbWUAMDMuMDEuMjAxM8rVeD8AAABnSURBVBiVhY/LFoAgCEQZ0p4W6f9/bIJ4slV3oTIeBoaICGADIAO8ibEwWn2IcwVovev7znqmCYRon9kEWUFvg3IysXyIXSil3fOvELupC9XUx7pQx/piDV1sVFLwMNF80sw97hj/AXRPCjtYdmhtAAAAAElFTkSuQmCC);
width: 16px;
@@ -81,13 +82,15 @@
.dataTableFooterIcons .inactiveIcon:hover {
background-color: #F2F1ED;
}
+
.dataTableFooterIcons .inactiveIcon {
cursor: default;
}
+
.dataTableFooterIcons .inactiveIcon img {
opacity: 0.3;
-moz-opacity: 0.3;
- filter:alpha(opacity=3);
+ filter: alpha(opacity=3);
}
.mapWidgetStatus {