Changeset 3800 in subversion


Ignore:
Timestamp:
Jun 30, 2010 1:56:31 PM (3 years ago)
Author:
alec
Message:
  • small fix for googie layer height setting
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/googiespell.js

    r3798 r3800  
    568568    this.edit_layer = document.createElement('div'); 
    569569    $(this.edit_layer).addClass('googie_edit_layer').attr('id', 'googie_edit_layer') 
    570         .width(width).height(height); 
     570        .width('auto').height(height); 
    571571 
    572572    if (this.text_area.nodeName.toLowerCase() != 'input' || $(this.text_area).val() == '') { 
  • trunk/roundcubemail/skins/default/functions.js

    r3798 r3800  
    346346  } 
    347347  else { 
    348     $('#googie_edit_layer').width(w-(bw.ie || bw.opera || bw.safari ? 2 : 0)+'px').height(h+'px'); 
     348    $('#googie_edit_layer').height(h+'px'); 
    349349  } 
    350350}, 
Note: See TracChangeset for help on using the changeset viewer.