soundmap_wordpress_plugin/soundmap/css/soundmap-admin.css
Xavier Balderas 536c69fa7e New update
This new update is totally functional and incorporates new theme tags
for introducing the map.
2012-02-01 19:35:59 +01:00

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;
}