Commit 1ab0c38365d0d0f4641e245e7ae4f0ba803560e7

Authored by Edmar Moretti
1 parent 53b46702
Exists in master

Correção na posição do botão fechar do balão de informações.

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
css/default.css
  1 +.ol-popup-closer {
  2 + text-decoration: none;
  3 + position: absolute;
  4 + top: 0px;
  5 + right: 1px;
  6 + cursor:pointer;
  7 +}
  8 +
  9 +.i3GEOCabecalhoInfoWindow{
  10 + height: 20px;
  11 +}
1 12 #mostraarea_calculo_parcial, #mostraarea_calculo, #mostradistancia_calculo, #mostradistancia_calculo_movel {
2 13 font-size: 1.4rem;
3 14 }
... ...