Commit e024d037cb2c85072b697fac34c9186802ddfeb5
1 parent
bbf5ccfc
Exists in
master
and in
7 other branches
Correção no layout da opção de composição de dados para gráfcos interativos
Showing
56 changed files
with
1 additions
and
1 deletions
Show diff stats
ferramentas/graficointerativo1/index.js
... | ... | @@ -1840,7 +1840,7 @@ i3GEOF.graficointerativo1 = |
1840 | 1840 | var n = i3GEOF.graficointerativo1.janelas.length, |
1841 | 1841 | ins = "", |
1842 | 1842 | i; |
1843 | - ins += "<select onchange='i3GEOF.graficointerativo1.composicao.adiciona(\"" + idjanela + "\",this.value)'>" | |
1843 | + ins += "<select class='form-control' onchange='i3GEOF.graficointerativo1.composicao.adiciona(\"" + idjanela + "\",this.value)'>" | |
1844 | 1844 | + "<option value=''>---</option>"; |
1845 | 1845 | |
1846 | 1846 | for(i = 0; i < n; i++){ | ... | ... |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755