shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

jqvmap.css (928B)


      1 /*!
      2  * jQVMap Version 1.0 
      3  *
      4  * http://jqvmap.com
      5  *
      6  * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
      7  * Licensed under the MIT license.
      8  *
      9  * Fork Me @ https://github.com/manifestinteractive/jqvmap
     10  */
     11 .jqvmap-label {
     12 	position: absolute;
     13 	display: none;
     14 	-webkit-border-radius: 3px;
     15 	-moz-border-radius: 3px;
     16 	border-radius: 3px;
     17 	background: #292929;
     18 	color: white;
     19 	font-family: sans-serif, Verdana;
     20 	font-size: smaller;
     21 	padding: 3px;
     22 }
     23 .jqvmap-zoomin, .jqvmap-zoomout {
     24 	position: absolute;
     25 	left: 10px;
     26 	-webkit-border-radius: 3px;
     27 	-moz-border-radius: 3px;
     28 	border-radius: 3px;
     29 	background: #000000;
     30 	padding: 0px 7px;
     31 	color: white;
     32 	cursor: pointer;
     33 	line-height: 20px;
     34 	text-align: center;
     35 }
     36 .jqvmap-zoomin {
     37 	top: 10px;
     38 }
     39 .jqvmap-zoomout {
     40 	top: 40px;
     41 }
     42 .jqvmap-region {
     43 	cursor: pointer;
     44 }
     45 .jqvmap-ajax_response {
     46 	width: 100%;
     47 	height: 500px;
     48 }