Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: redelek on October 04, 2010, 06:34:38 AM

Title: Vacation 1.9.9 skins problem
Post by: redelek on October 04, 2010, 06:34:38 AM
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
Title: Vacation 1.9.9 skins problem
Post by: redelek on October 05, 2010, 04:49:58 AM
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