I noticed in recent cpanel upgrades, horde now has lost it's middle inbox heading. I have a snapshot here if anyone cares to look at it and maybe post a fix or some insight on whether a fix for this will be in future cpanel upgrades or not.
I noticed in recent cpanel upgrades, horde now has lost it's middle inbox heading. I have a snapshot here if anyone cares to look at it and maybe post a fix or some insight on whether a fix for this will be in future cpanel upgrades or not.
Not sure what you think is missing there. No email in your box. Whats it look like with some mail in there?
Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!
Here are two attachement with email in the inbox and tested on netscape and ie 7. In netscape it fully appears but not in ie 7. Looks like a css class issue with ie 7 and only in the inbox. It works fine on all the other pages. It's really not that big of a deal but i'm sure there's a lot of horde webmail clients using ie 7 out there that might want to see how many messages they have at top.
Ok, I messed with this code and refreshed it, and it loaded it correctly.
in usr/local/cpanel/base/horde/themes/bluewhite/screen.css
around line 18 in the header portion change:
.header {
color: #fff;
background: #66a;
border-bottom: 1px solid #000;
}
To this:
.header {
color: #fff;
background: #66a;
border-bottom: 1px solid #000;
height: 15px;
}
But, when I clicked on inbox again it went back to the same way in the inbox view.
Last edited by allwebnow; 03-12-2007 at 10:31 AM.
I see what you mean now. The bar is there and the text in it, the background for the bar isn't right.
Change themes. Works fine in the mozilla theme.![]()
Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!