123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /*!
- * jQVMap Version 1.0
- *
- * http://jqvmap.com
- *
- * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
- * Licensed under the MIT license.
- *
- * Fork Me @ https://github.com/manifestinteractive/jqvmap
- */
- .jqvmap-label {
- background: none repeat scroll 0 0 #292929;
- border-radius: 3px 3px 3px 3px;
- color: #FFFFFF;
- display: none;
- font-family: sans-serif,Verdana;
- font-size: smaller;
- padding: 3px;
- position: absolute;
- }
- .jqvmap-zoomin, .jqvmap-zoomout {
- background: none repeat scroll 0 0 #000000;
- border-radius: 3px 3px 3px 3px;
- color: #FFFFFF;
- cursor: pointer;
- height: 10px;
- left: 10px;
- line-height: 10px;
- padding: 3px;
- position: absolute;
- text-align: center;
- width: 10px;
- }
- .jqvmap-zoomin {
- top: 10px;
- }
- .jqvmap-zoomout {
- top: 30px;
- }
- .jqvmap-region {
- cursor: pointer;
- }
- .jqvmap-ajax_response {
- height: 500px;
- width: 100%;
- }
- .jqvmap-zoomin {
- background-color: #666666;
- height: 16px;
- width: 16px;
- }
- .jqvmap-zoomout {
- background-color: #666666;
- height: 16px;
- width: 16px;
- }
|