Aleksander Machniak
2013-02-07 334d37eda07650c2fdf7af0b19ce1c279866d6d2
Fix contacts-table position when there's more than one addressbook
1 files modified
3 ■■■■■ changed files
skins/classic/functions.js 3 ●●●●● patch | view | raw | blame | history
skins/classic/functions.js
@@ -492,6 +492,9 @@
  div.style.top = (parseInt(headers_div.offsetHeight, 10) + 3) + 'px';
  $(window).resize();
  // fixes contacts-table position when there's more than one addressbook
  $('#contacts-table').css('top', $('#directorylist').height() + 24 + 'px');
  // contacts search submit
  $('#quicksearchbox').keydown(function(e) {
    if (rcube_event.get_keycode(e) == 13)