Roundcube Community Forum

 

Vacation 1.9.9 skins problem

Started by redelek, October 04, 2010, 06:34:38 AM

Previous topic - Next topic

redelek

Hi,

I downloaded the latest version 1.9.9 vacation and I have a problem with setting appearance.
In Firefox, IE, Opera looks just wrong.

Do any of you had a similar problem and can it solve.

Best regards
Redelek

redelek

We managed to solve the problem
Edit the file / plugins / vacation / skins / default / vacation.css
Change it
# Pagecontent {
    
width: 800px;

}


On
# Pagecontent {
    
width: 800px;
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
top: 85px;
}


Best regards
Redelek