Ticket #1484807 (closed Bugs: fixed)

Opened 8 months ago

Last modified 5 months ago

attachment-list problem

Reported by: skibi82 Owned by:
Priority: 5 Milestone: 0.2-alpha
Component: Client Scripts Version: svn-trunk
Severity: minor Keywords:
Cc:

Description (last modified by thomasb) (diff)

The problem from projection the letters of enclosures. It steps out when the wiecej of enclosures is on IE7 as well as Mozilla at post office. FIX :

#attachment-list
{
  margin: 0px;
  padding: 0px 0px 0px 68px;
  min-height: 18px;
  list-style-image: none;
  list-style-type: none;
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
  /* css hack for IE */
  /*  height: expression(Math.min(18, parseInt(this.clientHeight))+'px')*/
  /* It work not good :P */
}

#attachment-list li
{
  float: left;
  height: 28px;
  width: 175px;
/* add width to nice view*/
  font-size: 11px;
  padding: 2px 10px 0px 10px;
}

Attachments

corect.txt (13.7 kB) - added by skibi82 8 months ago.

Change History

in reply to: ↑ description ; follow-up: ↓ 2   Changed 8 months ago by skibi82

W correct.txt znajduje sie poprawione ustawienie mail.css Pozdrawiam Jarosław Skibinski

in reply to: ↑ 1   Changed 8 months ago by skibi82

In correct.txt finds sie improved setting mail.css I greet Jarosław Skibinski

Changed 8 months ago by skibi82

  Changed 8 months ago by thomasb

  • severity changed from normal to minor
  • description modified (diff)
  • milestone changed from 0.1-stable to 0.1.1

  Changed 5 months ago by alec

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1391.

Note: See TracTickets for help on using tickets.