19 lines
488 B
CSS
19 lines
488 B
CSS
|
|
#map_canvas, #map_canvas_options{width:100%; height:400px;}
|
|
#sound-att-table {width:100%; table-layout: fixed; word-break: break-word; border-collapse: collapse;}
|
|
#sound-att-table th{text-align:left;}
|
|
#sound-att-table .soundmap-att-left{width:60%; padding-right:6px}
|
|
#sound-att-table tr {border-bottom:1px solid #666;}
|
|
#sound-att-table td {padding: 3px 0;}
|
|
|
|
.uploadFileQueued{
|
|
height:36px;
|
|
margin:10px 0;
|
|
}
|
|
|
|
.filename{
|
|
position:relative;
|
|
margin-top:10px;
|
|
font-weight: bold;
|
|
}
|