Author Topic: message preview: IE doesnt view attachments  (Read 3883 times)

Offline Alessandro

  • Newbie
  • *
  • Posts: 3
message preview: IE doesnt view attachments
« on: May 03, 2007, 10:57:57 AM »
IE doesnt allow me to see attachments inside the email preview panel: the attachments "ul" tag element is rendered as an invisible slot, so I must click exactly on a blank part of the panel in order to open the attachment. Look at the attachments

I fixed this issue (it works for me, I don't know if this is the best patch!):
roundcubemail# svn diff skins/default/mail.css
Index: skins/default/mail.css
===================================================================
--- skins/default/mail.css   (revision 551)
+++ skins/default/mail.css   (working copy)
@@ -609,7 +609,6 @@

 #attachment-list li
 {
- float: left;
  height: 18px;
  font-size: 11px;
  padding: 2px 10px 0px 10px;


Alessandro

Offline Alessandro

  • Newbie
  • *
  • Posts: 3
Re: message preview: IE doesnt view attachments
« Reply #1 on: May 03, 2007, 11:00:33 AM »
sorry: svn repository, probably I have posted this topic in the wrong forum