Absolution

Footer problems when reading PM's. - Absolution

Footer problems when reading PM's.

by AreTee » Thu Apr 29, 2010 10:15 am

Just want to thank you for all your hard work Christian.
Here is the only problem I am having right now though. Is there a fix for this?

Image
AreTee
Registered User
Posts: 20
Joined: Wed Mar 24, 2010 9:50 pm

Re: Footer problems when reading PM's.

by PlanetStyles.net » Thu Apr 29, 2010 1:38 pm

AreTee wrote:Just want to thank you for all your hard work Christian.

Thanks very much, I appreciate it :)

Here is the only problem I am having right now though. Is there a fix for this?
http://img706.imageshack.us/img706/3535/logo1ak.jpg

Can you post a link to your board please, accompanied by login credentials for a test account? You can PM the latter to me if you wish :) .

It looks like a problem with the speech bubble styled quotes inside of the PM review.
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: Footer problems when reading PM's.

by AreTee » Fri Apr 30, 2010 12:13 am

PM'd ya. Thank you.
AreTee
Registered User
Posts: 20
Joined: Wed Mar 24, 2010 9:50 pm

Re: Footer problems when reading PM's.

by AreTee » Fri Apr 30, 2010 12:39 am

Here is the fix:

Open: /styles/absolution/theme/colours.css

Find:

Code: Select all

    .bubble {
       width: 9px; height: 13px;
       background-image: url("{T_THEME_PATH}/images/quote-left.png");
       background-repeat: no-repeat;
       margin-left: 1px;
       margin-top: 13px;
       position: absolute;
    }


Replace With:

Code: Select all

    .bubble {
       width: 9px; height: 13px;
       background-image: url("{T_THEME_PATH}/images/quote-left.png");
       background-repeat: no-repeat;
       margin-left: 1px;
       position: relative;
       top: 28px;
    }



Then refresh your cache & template and you're good!

Thanks Christian, you're a great guy.
AreTee
Registered User
Posts: 20
Joined: Wed Mar 24, 2010 9:50 pm

Re: Footer problems when reading PM's.

by PlanetStyles.net » Fri Apr 30, 2010 12:46 am

No problem, glad my 30 second fix worked out for you :lol:
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian