Commit 7ec15a3221587dfc44784b2e85bbf8c76d3e45ad
1 parent
890d7fd9
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/cortina/index.js
... | ... | @@ -120,10 +120,10 @@ i3GEOF.cortina = { |
120 | 120 | String com o código html |
121 | 121 | */ |
122 | 122 | html:function(){ |
123 | - var ins = "<div id='i3GEOcortinaTemasDiv' style='text-align:left;font-size:11px'></div>"; | |
123 | + var ins = "<div style=margin-left:5px ><div id='i3GEOcortinaTemasDiv' class=styled-select style=width:200px; ></div>"; | |
124 | 124 | ins += '<div id="slider-bg" class="yui-h-slider" style="background: url('+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/bg-h.gif) no-repeat 5px 0;height: 28px;width: 210px;" tabindex="-1" title="Slider">' + |
125 | 125 | '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + |
126 | - '</div>'; | |
126 | + '</div></div>'; | |
127 | 127 | |
128 | 128 | return ins; |
129 | 129 | }, | ... | ... |