mirror of https://github.com/ColorlibHQ/gentelella
Updated jvectormap
parent
e83083c0d1
commit
3fd16dcba3
|
@ -1,8 +1,13 @@
|
||||||
|
svg {
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
|
||||||
.jvectormap-container {
|
.jvectormap-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jvectormap-tip {
|
.jvectormap-tip {
|
||||||
|
@ -21,17 +26,18 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #34495E;
|
background: #292929;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jvectormap-zoomin, .jvectormap-zoomout {
|
.jvectormap-zoomin, .jvectormap-zoomout {
|
||||||
width: 20px;
|
width: 10px;
|
||||||
height: 20px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jvectormap-zoomin {
|
.jvectormap-zoomin {
|
||||||
|
@ -39,7 +45,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.jvectormap-zoomout {
|
.jvectormap-zoomout {
|
||||||
top: 35px;
|
top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jvectormap-goback {
|
.jvectormap-goback {
|
||||||
|
@ -126,4 +132,4 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<!-- Custom styling plus plugins -->
|
<!-- Custom styling plus plugins -->
|
||||||
<link href="css/custom.css" rel="stylesheet">
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
|
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
|
||||||
<link href="css/icheck/flat/green.css" rel="stylesheet" />
|
<link href="css/icheck/flat/green.css" rel="stylesheet" />
|
||||||
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
|
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
<!-- page content -->
|
<!-- page content -->
|
||||||
<div class="right_col" role="main">
|
<div class="right_col" role="main">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<div class="dashboard_graph">
|
<div class="dashboard_graph">
|
||||||
|
@ -269,7 +269,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- worldmap -->
|
<!-- worldmap -->
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.1.min.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
|
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
|
||||||
|
@ -420,4 +420,4 @@
|
||||||
<!-- /footer content -->
|
<!-- /footer content -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
<!-- Custom styling plus plugins -->
|
<!-- Custom styling plus plugins -->
|
||||||
<link href="css/custom.css" rel="stylesheet">
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
|
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
|
||||||
<link href="css/icheck/flat/green.css" rel="stylesheet" />
|
<link href="css/icheck/flat/green.css" rel="stylesheet" />
|
||||||
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
|
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.min.js"></script>
|
||||||
<script src="js/nprogress.js"></script>
|
<script src="js/nprogress.js"></script>
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
@ -253,7 +253,7 @@
|
||||||
<span class="time">3 mins ago</span>
|
<span class="time">3 mins ago</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="message">
|
<span class="message">
|
||||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -267,7 +267,7 @@
|
||||||
<span class="time">3 mins ago</span>
|
<span class="time">3 mins ago</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="message">
|
<span class="message">
|
||||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -281,7 +281,7 @@
|
||||||
<span class="time">3 mins ago</span>
|
<span class="time">3 mins ago</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="message">
|
<span class="message">
|
||||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
<span class="time">3 mins ago</span>
|
<span class="time">3 mins ago</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="message">
|
<span class="message">
|
||||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -1183,7 +1183,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- worldmap -->
|
<!-- worldmap -->
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.1.min.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
|
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<!-- Custom styling plus plugins -->
|
<!-- Custom styling plus plugins -->
|
||||||
<link href="css/custom.css" rel="stylesheet">
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
|
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
|
||||||
<link href="css/icheck/flat/green.css" rel="stylesheet">
|
<link href="css/icheck/flat/green.css" rel="stylesheet">
|
||||||
<link href="css/floatexamples.css" rel="stylesheet" />
|
<link href="css/floatexamples.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<!-- Custom styling plus plugins -->
|
<!-- Custom styling plus plugins -->
|
||||||
<link href="css/custom.css" rel="stylesheet">
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
|
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
|
||||||
<link href="css/icheck/flat/green.css" rel="stylesheet" />
|
<link href="css/icheck/flat/green.css" rel="stylesheet" />
|
||||||
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
|
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,7 @@
|
||||||
<link href="css/custom.css" rel="stylesheet">
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
<link href="css/icheck/flat/green.css" rel="stylesheet">
|
<link href="css/icheck/flat/green.css" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
|
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
|
||||||
|
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.min.js"></script>
|
||||||
|
|
||||||
|
@ -499,7 +499,7 @@
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<!-- worldmap -->
|
<!-- worldmap -->
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.1.min.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
|
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
|
||||||
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
|
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue