29 lines
517 B
CSS
29 lines
517 B
CSS
.data-map-container .map {
|
|
height: 500px;
|
|
}
|
|
|
|
/**********************************************************
|
|
* Editor
|
|
*********************************************************/
|
|
|
|
.data-map-container .editor {
|
|
float: right;
|
|
width: 200px;
|
|
padding-left: 0px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.data-map-container .editor form {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.data-map-container .editor select {
|
|
width: 100%;
|
|
}
|
|
|
|
.data-map-container .editor .editor-options {
|
|
margin-top: 10px;
|
|
border-top: 1px solid gray;
|
|
padding: 5px 0;
|
|
}
|