alecpl
2008-12-09 de2e0bfeb8bf6884ae4185b94d495a55322348ae
#1485439: style fixes for IE6,7


5 files modified
13 ■■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/settings/manage_folders.inc 4 ●●●● patch | view | raw | blame | history
skins/default/mail.css 3 ●●●● patch | view | raw | blame | history
skins/default/settings.css 2 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -3560,7 +3560,7 @@
          col.innerHTML = '<img src="'+this.env.unflaggedicon+'" alt="" />';
      }
      else if (c=='attachment')
        col.innerHTML = attachment && this.env.attachmenticon ? '<img src="'+this.env.attachmenticon+'" alt="" />' : '';
        col.innerHTML = attachment && this.env.attachmenticon ? '<img src="'+this.env.attachmenticon+'" alt="" />' : '&nbsp;';
      else
        col.innerHTML = cols[c];
program/steps/mail/func.inc
@@ -323,7 +323,7 @@
      if ($col!='attachment')
        $out .= '<td class="'.$col.'">' . $cont . "</td>\n";
      else
        $out .= sprintf("<td class=\"icon\">%s</td>\n", $attach_icon ? sprintf($image_tag, $skin_path, $attach_icon, '') : '');
        $out .= sprintf("<td class=\"icon\">%s</td>\n", $attach_icon ? sprintf($image_tag, $skin_path, $attach_icon, '') : '&nbsp;');
      }
    $out .= "</tr>\n";
program/steps/settings/manage_folders.inc
@@ -249,8 +249,8 @@
      $table->add('delete', html::a(array('href' => "#delete", 'title' => rcube_label('deletefolder')), $del_button));
    }
    else {
      $table->add(null, '');
      $table->add(null, '');
      $table->add('rename', '&nbsp;');
      $table->add('delete', '&nbsp;');
    }
    
    $a_js_folders['rcmrow'.$idx] = array($folder_utf8, $display_folder, $protected);
skins/default/mail.css
@@ -299,7 +299,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -464,7 +463,7 @@
  display: table;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px');
  width: expression('auto');
}
#messagelist thead tr td
skins/default/settings.css
@@ -216,6 +216,8 @@
#subscription-table
{
  width: 100%;
  /* css hack for IE */
  width: expression('auto');
}
#subscription-table tbody td