Commit 296ea5560cdc4fc661cd7b476c4ed2ba21aefba6

Authored by Edmar Moretti
1 parent 6c36980b

Correção nas abas da ferramenta de montagem do layout

Showing 1 changed file with 27 additions and 27 deletions   Show diff stats
ferramentas/imprimir/propriedades.htm
1 1 <html>
2 2 <head>
3 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4   -<link rel="stylesheet" type="text/css" href="../../css/ferramentas.css">
  4 +<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">
  5 +
  6 +<style type="text/css" >button{background:url(../../imagens/tic.png) 98% 50% no-repeat;}</style>
  7 +<link rel="stylesheet" type="text/css" href="../../pacotes/yui270/build/button/assets/skins/sam/button.css"/>
  8 +<style type="text/css">
  9 +body {
  10 + margin:0;
  11 + padding:0;border:0px;
  12 +}
  13 +</style>
  14 +
5 15 </head>
6 16 <body class="yui-skin-sam">
7   -<div id=fundo >
8   - <div class="guias" id="guias">
9   - <div class=guia id=guia1 >&nbsp;T&iacute;tulo&nbsp;</div>
10   - <div class=guia id=guia2 >&nbsp;Legenda&nbsp;</div>
11   - <div class=guia id=guia3 >&nbsp;Escala num.&nbsp;</div>
12   - <div class=guia id=guia5 >&nbsp;Mapa&nbsp;</div>
13   - <div class=guia id=guia6 >&nbsp;Fecha janela&nbsp;</div>
  17 + <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">
  18 + <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">
  19 + <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Título</div></em></a></li>
  20 + <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Legenda</div></em></a></li>
  21 + <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Escala num.</div></em></a></li>
  22 + <li><a href="#"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Mapa</div></em></a></li>
  23 + <li><a href="#"><em><div id="guia6" style="text-align:center;font-size:10px;left:0px;" >Fecha</div></em></a></li>
  24 + </ul>
14 25 </div>
15   - <span id=geral >
16   - <div id=guia1obj>
17   - <div style="text-align:left;position:relative;top:5px;left:0px">
  26 + <div id=geral style="left:0px;top:0px;">
  27 + <div id=guia1obj style="display:block;text-align:left;position:relative;top:5px;left:0px">
18 28 <table class=lista width="250px">
19 29 <tr>
20 30 <td>Texto</td>
... ... @@ -78,10 +88,8 @@
78 88 </select></td>
79 89 </tr>
80 90 </table>
81   - </div>
82 91 </div>
83   - <div id=guia2obj style="display:none">
84   - <div style="text-align:left;position:relative;top:5px;left:0px">
  92 + <div id=guia2obj style="display:none;text-align:left;position:relative;top:5px;left:0px">
85 93 <table class=lista width="250px">
86 94 <tr>
87 95 <td>Topo</td>
... ... @@ -135,10 +143,8 @@
135 143 </select></td>
136 144 </tr>
137 145 </table>
138   - </div>
139 146 </div>
140   - <div id=guia3obj>
141   - <div style="text-align:left;position:relative;top:5px;left:0px">
  147 + <div id=guia3obj style="display:none;text-align:left;position:relative;top:5px;left:0px">
142 148 <table class=lista width="250px">
143 149 <tr>
144 150 <td>Topo</td>
... ... @@ -197,10 +203,8 @@
197 203 </select></td>
198 204 </tr>
199 205 </table>
200   - </div>
201 206 </div>
202   - <div id=guia5obj>
203   - <div style="text-align:left;position:relative;top:5px;left:0px">
  207 + <div id=guia5obj style="display:none;text-align:left;position:relative;top:5px;left:0px">
204 208 <table class=lista width="250px">
205 209 <tr>
206 210 <td>Topo</td>
... ... @@ -249,14 +253,10 @@
249 253 </select></td>
250 254 </tr>
251 255 </table>
252   - </div>
253 256 </div>
254   - <div id=guia6obj>
255   - <div style="text-align:left;position:relative;top:5px;left:0px">
256   - </div>
257   - </div>
258   - </span>
259   -</div>
  257 + <div id=guia6obj style="display:none;text-align:left;position:relative;top:5px;left:0px">
  258 + </div>
  259 + </div>
260 260 <script language="JavaScript" type="text/javascript" src="propriedades.js"></script>
261 261 </body>
262 262 </html>
263 263 \ No newline at end of file
... ...