Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Google Maps
3
***/
4
 
5
.gmaps {
6
  	height: 300px;
7
  	width: 100%;
8
 
9
  	/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
10
	img {
11
  		max-width: none;
12
	}
13
}
14
 
15
 
16
#gmap_static div{
17
  background-repeat: no-repeat ;
18
  background-position: 50% 50% ;
19
  height:100%;
20
  display:block;
21
  height: 300px;
22
}
23
 
24
#gmap_routes_instructions {
25
  margin-top: 10px;
26
  margin-bottom: 0px;
27
}