template_mst.html 1.01 KB
<style>
.yui-button#i3GEOFuploadarquivosKml button {
	background: url('../imagens/oxygen/16x16/text-xml.png') 5% 50% no-repeat;
	width: 200px;
}
.yui-button#i3GEOFuploadarquivosGpx button {
	background: url('../imagens/oxygen/16x16/pda.png') 5% 50% no-repeat;
	width: 200px;
}
.yui-button#i3GEOFuploadarquivosDbfCsv button {
	background: url('../imagens/oxygen/16x16/application-x-sqlite2.png') 5% 50% no-repeat;
	width: 200px;
}
.yui-button#i3GEOFuploadarquivosShp button {
	background: url('../imagens/gisicons/shape.png') 5% 50% no-repeat;
	background-size: 16px;
	width: 200px;
}
</style>
<div style='margin-left: 5px'>
	<p class='paragrafo'>
		<input id='i3GEOFuploadarquivosShp' type='button' value='Shape File' />
	</p>
	<p class='paragrafo'>
		<input id='i3GEOFuploadarquivosDbfCsv' type='button' value='DBF / CSV' />
	</p>
	<p class='paragrafo'>
		<input id='i3GEOFuploadarquivosGpx' type='button' value='GPX' />
	</p>
	<p class='paragrafo'>
		<input id='i3GEOFuploadarquivosKml' type='button' value='KML' />
	</p>
</div>