#1485439: style fixes for IE6,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="" />' : ' '; |
| | | else |
| | | col.innerHTML = cols[c]; |
| | | |
| | |
| | | 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, '') : ' '); |
| | | } |
| | | |
| | | $out .= "</tr>\n"; |
| | |
| | | $table->add('delete', html::a(array('href' => "#delete", 'title' => rcube_label('deletefolder')), $del_button)); |
| | | } |
| | | else { |
| | | $table->add(null, ''); |
| | | $table->add(null, ''); |
| | | $table->add('rename', ' '); |
| | | $table->add('delete', ' '); |
| | | } |
| | | |
| | | $a_js_folders['rcmrow'.$idx] = array($folder_utf8, $display_folder, $protected); |
| | |
| | | #mailboxlist |
| | | { |
| | | position:relative; |
| | | width: 100%; |
| | | height: auto; |
| | | margin: 0px; |
| | | padding: 0px; |
| | |
| | | display: table; |
| | | table-layout: fixed; |
| | | /* css hack for IE */ |
| | | width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px'); |
| | | width: expression('auto'); |
| | | } |
| | | |
| | | #messagelist thead tr td |
| | |
| | | #subscription-table |
| | | { |
| | | width: 100%; |
| | | /* css hack for IE */ |
| | | width: expression('auto'); |
| | | } |
| | | |
| | | #subscription-table tbody td |