32 lines
314 B
CSS
Executable File
32 lines
314 B
CSS
Executable File
.ink_set{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.latitude, .longitude, .zoom {
|
|
display:none;
|
|
}
|
|
|
|
#showmap{
|
|
width:500px;
|
|
height:380px;
|
|
border: 2px solid rgb(207, 203, 203);
|
|
margin-top:10px;
|
|
}
|
|
|
|
.submit_button{
|
|
margin-top:20px;
|
|
}
|
|
|
|
.gm_lat{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.gm_log{
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.gm_zoom{
|
|
margin-left: 35px;
|
|
}
|
|
|