2016-11-29 01:04:30 +01:00
|
|
|
#map_canvas {
|
2020-05-30 16:21:59 +02:00
|
|
|
min-height: 400px;
|
2016-11-29 01:04:30 +01:00
|
|
|
width: 100%;
|
2020-05-30 16:21:59 +02:00
|
|
|
background:#ccc;
|
2016-11-29 01:04:30 +01:00
|
|
|
}
|
|
|
|
#soundmap-attachments-list {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
#soundmap-attachments-list .att-info {
|
|
|
|
float: left;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 80%;
|
|
|
|
overflow-x: none;
|
|
|
|
}
|
|
|
|
#soundmap-attachments-list .att-info .att-length {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
#soundmap-attachments-list .att-info .delete-att-item {
|
|
|
|
color: red;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
#soundmap-attachments-list .att-icon {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1%;
|
|
|
|
width: 19%px;
|
|
|
|
}
|
|
|
|
#soundmap-attachments-list .att-icon img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|