Commit 67d0a7f7ebdaa35bf76bb672ec890af62590f864
1 parent
b666c646
Exists in
master
and in
7 other branches
Ajuste nos estilos
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
ferramentas/graficointerativo1/index.js
... | ... | @@ -761,13 +761,13 @@ i3GEOF.graficointerativo1 = |
761 | 761 | var temp = retorno.dados.replace(idjanela + "i3GEOgraficointerativo1ComboXid",idjanela + "i3GEOgraficointerativo1ComboYid"); |
762 | 762 | |
763 | 763 | $i(idjanela + "i3GEOgraficointerativo1ComboY").innerHTML = |
764 | - "<div class=styled-select style='width:145px;float:left;'>" + temp + " </div><div class=styled-select style='width:145px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | |
764 | + "<div>" + temp + " <div class=styled-select style='width:145px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | |
765 | 765 | + "' type=text id='" + idjanela |
766 | 766 | + "i3GEOgraficointerativo1ComboYidTitulo' value='' /></div>" + "<div class='styled-select' style='width:80px;float: right;' ><input id='" + idjanela |
767 | 767 | + "i3GEOgraficointerativo1ComboYidcor' title='cor' type='text' value='' /></div>" |
768 | 768 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
769 | 769 | + i3GEO.configura.locaplic + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + idjanela |
770 | - + "i3GEOgraficointerativo1ComboYidcor\")' /><br>"; | |
770 | + + "i3GEOgraficointerativo1ComboYidcor\")' /></div><br>"; | |
771 | 771 | |
772 | 772 | //$i(idjanela + "i3GEOgraficointerativo1ComboXid").id = idjanela + "i3GEOgraficointerativo1ComboYid"; |
773 | 773 | //para escolher o item de X |
... | ... | @@ -784,7 +784,7 @@ i3GEOF.graficointerativo1 = |
784 | 784 | var no = document.createElement("div"), id = "CorG" + parseInt(Math.random() * 100000, 10), novoselect; |
785 | 785 | no.innerHTML = "" |
786 | 786 | + retorno.dados |
787 | - + "</div><div class=styled-select style='width:145px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | |
787 | + + "<div class=styled-select style='width:145px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | |
788 | 788 | + "' type=text value='' /></div>" + " <div class=styled-select style='width:80px;float: right;' ><input id='" + id |
789 | 789 | + "' type=text value='' title='cor' /></div>" |
790 | 790 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" | ... | ... |