Aleksander Machniak
2012-08-02 c4841d73dbf8628533b26a4eeac2c32c8f473891
Fix overflow of compose attachments list in Opera and IE7 browsers
2 files modified
13 ■■■■ changed files
skins/classic/iehacks.css 10 ●●●●● patch | view | raw | blame | history
skins/classic/mail.css 3 ●●●● patch | view | raw | blame | history
skins/classic/iehacks.css
@@ -150,6 +150,16 @@
  height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
}
#compose-attachments ul li
{
  width: 1000px; /* for IE7 */
}
#compose-attachments li a
{
  float: left; /* for IE7 */
}
#messagelist
{
  width: inherit;
skins/classic/mail.css
@@ -1477,8 +1477,7 @@
  text-indent: -5000px;
  width: 17px;
  height: 16px;
  display: block;
  float: left;
  display: inline-block;
  text-decoration: none;
}