Ticket #1484807 (closed Bugs: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.
