Commit 863b09cf2da93ac36394b54d5a083abad3fb7548

Authored by Edmar Moretti
1 parent 1211417e

reposicionamento dos botões de navegação

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mobile/mobile.php
... ... @@ -123,10 +123,10 @@ else
123 123 <div id='botoes' style="position:relative;top:1px;left:1px" >
124 124 <input type='button' value='+' onclick='zoommais()' />
125 125 <input type='button' value='-' onclick='zoommenos()' />
  126 + <input type='button' value='O' onclick='oeste()' />
126 127 <input type='button' value='N' onclick='norte()' />
127 128 <input type='button' value='S' onclick='sul()' />
128 129 <input type='button' value='L' onclick='leste()' />
129   - <input type='button' value='O' onclick='oeste()' />
130 130 <select id='op' name='op' onchange='op(this.value)'>
131 131 <option value=''>Op&ccedil;&otilde;es</option>
132 132 <option value='ligar'>ligar</option>
... ...