soundmap/css/soundmap.add.less

33 lines
442 B
Plaintext
Raw Permalink Normal View History

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