Ticket #1484187 (closed Patches: fixed)
Preview pane height incorrect in Safari & Konquerer
| Reported by: | brian | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Client Scripts | Version: | svn-trunk |
| Severity: | normal | Keywords: | preview pane height css safari |
| Cc: |
Description
I found that I had to tweak the CSS code for the preview pane to display properly in Safari. (This is when using the latest svn code: r432).
Line: 144-151, /skins/default/mail.css
/*\*/
html>body*#messagecontframe
{
[height: 40%;
height: 54%;
]height: 100%;
}
/**/
I changed the value on line 148 from 40% to 54%. This adjustment was a perfect fit for the preview pane on Safari for me. I am running 10.4.8. Safari 2.0.4. Has anyone else seen this issue? According to the information in trac changeset r406, the middle value only applies to Safari, so I do not expect that it would break anything else.
Change History
Note: See
TracTickets for help on using
tickets.
