-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c7e8e0
commit 09f8513
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.