Skip to content

Commit

Permalink
Update jvector resources
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmich committed Apr 14, 2015
1 parent 7c7e8e0 commit 09f8513
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
36 changes: 36 additions & 0 deletions jquery.vectormap/jquery-jvectormap-1.2.2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.jvectormap-label {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: #424242;
padding: 2px;
color: white;
width: 15px;
height: 15px;
cursor: pointer;
line-height: 10px;
text-align: center;
}

.jvectormap-zoomin {
top: 10px;
}

.jvectormap-zoomout {
top: 30px;
}
Loading

0 comments on commit 09f8513

Please sign in to comment.