Opened 5 years ago

Closed 5 years ago

#1484807 closed Bugs (fixed)

attachment-list problem

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

Description (last modified by thomasb)

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 (1)

corect.txt (13.7 KB) - added by skibi82 5 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 in reply to: ↑ description ; follow-up: Changed 5 years ago by skibi82

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

comment:2 in reply to: ↑ 1 Changed 5 years ago by skibi82

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

Changed 5 years ago by skibi82

comment:3 Changed 5 years ago by thomasb

  • Description modified (diff)
  • Milestone changed from 0.1-stable to 0.1.1
  • Severity changed from normal to minor

comment:4 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [51cca609].

Note: See TracTickets for help on using tickets.