Changeset 2920


Ignore:
Timestamp:
06/11/10 15:19:58 (14 years ago)
Author:
rodsouza
Message:

Ticket #1102 - Posicionando o botão de contrair/expandir a barra de navegação.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/expressoAjax/dom.js

    r2733 r2920  
    255255        but.style.visibility = ""; 
    256256        but.style.position = "absolute"; 
    257         but.style.top = "55px"; 
     257        but.style.top = "5px"; 
    258258        but.style.left = "2px"; 
    259259        title = get_lang('hide_bar_txt'); 
     
    276276        extra = document.getElementById("extraButton"); 
    277277        extra.style.visibility = ""; 
    278         extra.style.top = "-11px"; 
    279         extra.style.left = "-10px"; 
     278        extra.style.top = "-7px"; 
     279        extra.style.left = "-7px"; 
    280280        var neverExpires = new Date("January 01, 2100 00:00:00"); 
    281281        document.cookie = "showHeader=false"+ 
Note: See TracChangeset for help on using the changeset viewer.