Bug Fix: Post Text-flow With IE


Subject: Bug Fix: Post Text-flow With IE
This fixes a text-flow problem with IE


Code: [Download] [Hide] [Select]
Open: default/common.css

Find:

.post-text {
width: 99%;
float: left;
clear: both;
font-size: 12px;
/*line-height: 1.2em;*/
/* to avoid vertical scrollbar with acronyms in last line */
padding-bottom: 3px;
}


Replace With:

.post-text {
width: 99% !important;
float: left;
clear: both;
font-size: 12px;
/*line-height: 1.2em;*/
/* to avoid vertical scrollbar with acronyms in last line */
padding-bottom: 3px;
}

Profile PM  
Subject: Re: Bug Fix: Post Text-flow With IE
Thanks for reporting.

I'll check.

Subject: Re: Bug Fix: Post Text-flow With IE
I should have mentioned that it's more noticeable with resolutions over 1024x768 where the text appears on the left-hand side of the post as a block?

It's also better if 99% is reduced to 98% otherwise it creeps a small way over the right-hand side of the post window.

Profile PM  
Subject: Re: Bug Fix: Post Text-flow With IE
Thanks, I have added this on my dev release only for IE.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1585s (PHP: 12% SQL: 88%)
SQL queries: 11 - Debug Off - GZIP Enabled