34 lines
375 B
CSS
34 lines
375 B
CSS
|
|
input.locationwidget
|
|
{
|
|
cursor: pointer !important;
|
|
background-color: rgb(255, 255, 255) !important;
|
|
}
|
|
|
|
.map_dialog .form-horizontal
|
|
{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.map_dialog input
|
|
{
|
|
width: 390px;
|
|
}
|
|
|
|
|
|
|
|
.map_dialog input.displayed_location_input
|
|
{
|
|
width: 350px;
|
|
}
|
|
|
|
.map_dialog .map_canvas img
|
|
{
|
|
max-width: none;
|
|
}
|
|
|
|
.map_dialog label
|
|
{
|
|
margin-bottom: 0px;
|
|
display: inline;
|
|
} |