Commit 54dc92045cf6aec3085bf1e6e9c7cc6c29fdc347
1 parent
50ef8d2d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
15 additions
and
7 deletions
Show diff stats
zerocal/geral.htm
... | ... | @@ -21,7 +21,9 @@ arquivos não compactados, bastando substituir por i3geonaocompacto --> |
21 | 21 | <body id=i3geo style="background-image:url('../imagens/atlas.jpg');" > |
22 | 22 | <center> |
23 | 23 | <table width=100% cellspacing='0'> |
24 | -<tr style="border:0px"><td style="height:45px;background-image:url('../imagens/atlas.jpg');"><div style="left:30px;font-weight: bold;font-size:16px;text-align:left;color:white" id="tituloAtlas" >Aguarde...Inicializando o Atlas</div></td></tr> | |
24 | +<tr style="border:0px"> | |
25 | +<td style="height:45px;background-image:url('../imagens/atlas.jpg');"><div style="left:25px;font-weight: bold;font-size:16px;text-align:left;color:white" id="tituloAtlas" >Aguarde...Inicializando o Atlas</div></td> | |
26 | +</tr> | |
25 | 27 | </table> |
26 | 28 | |
27 | 29 | <table style="border:solid 2px black;" width=90% cellspacing='0'> |
... | ... | @@ -45,8 +47,15 @@ arquivos não compactados, bastando substituir por i3geonaocompacto --> |
45 | 47 | </td> |
46 | 48 | <td style="text-align:right;height:0px;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)"> |
47 | 49 | <!-- guias do atlas--> |
48 | - <div id="guiasAtlas" class=verdeescuro style="top:0px;cursor:pointer;" > | |
49 | - </div> | |
50 | + <table width="100%" cellspacing=0 cellpadding=0 > | |
51 | + <tr> | |
52 | + <td> | |
53 | + <div id="guiasAtlas" class=verdeescuro style="top:0px;cursor:pointer;overflow:auto;" > | |
54 | + </div> | |
55 | + </td> | |
56 | + </tr> | |
57 | + </table> | |
58 | + | |
50 | 59 | </td> |
51 | 60 | </tr> |
52 | 61 | <tr> |
... | ... | @@ -59,12 +68,11 @@ arquivos não compactados, bastando substituir por i3geonaocompacto --> |
59 | 68 | <div style="text-align:left;padding:10px;width:90%;"> |
60 | 69 | <br><br>Experimente também:<br><br> |
61 | 70 | <table class=lista > |
62 | - <tr><td><input style="cursor:pointer" name="e" type=radio onclick="atlas2i3geo()"></td><td style="text-align:left"> Abrir esse mapa no i3Geo</td></tr> | |
71 | + <tr><td><input style="cursor:pointer" name="e" type=radio onclick="atlas2i3geo()"></td><td style="text-align:left;font-size:10px"> Abrir esse mapa no i3Geo</td></tr> | |
63 | 72 | <tr><td> </td><td></td></tr> |
64 | - <tr><td><input style="cursor:pointer" name="e" type=radio onclick="downloadbase()"></td><td style="text-align:left"> Pesquisar dados para download</tr> | |
73 | + <tr><td><input style="cursor:pointer" name="e" type=radio onclick="downloadbase()"></td><td style="text-align:left;font-size:10px"> Pesquisar dados para download</tr> | |
65 | 74 | <tr><td> </td><td></td></tr> |
66 | - <tr><td><input style="cursor:pointer" name="e" type=radio onclick="convertews()"></td><td style="text-align:left"> Transformar esse mapa em um WMS</tr> | |
67 | - | |
75 | + <tr><td><input style="cursor:pointer" name="e" type=radio onclick="convertews()"></td><td style="text-align:left;font-size:10px"> Transformar esse mapa em um WMS</tr> | |
68 | 76 | </table> |
69 | 77 | </div> |
70 | 78 | </div> | ... | ... |