tried implemanting googlemap but failed for now
This commit is contained in:
31
srcs/plugins/google_map/style.css
Normal file
31
srcs/plugins/google_map/style.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user