Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
JQVMAP Plugin
3
***/
4
 
5
.jqvmap-zoomin {
6
  height: 16px;
7
  width: 16px;
8
  background-color: #666 ;
9
}
10
 
11
.jqvmap-zoomout {
12
  height: 16px;
13
  width: 16px;
14
 background-color: #666 ;
15
}
16
 
17
.vmaps {
18
  position: relative;
19
  overflow: hidden;
20
  height: 300px;
21
}