Icy Phoenix

     
 

Bug Fix: Post Text-flow With IE

Bug Fix: Post Text-flow With IE

Article
Reply with quote    Download Post  
Post 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;
}




 
mort - View user's profile Send private message  
mort [ Sun 29 Aug, 2010 09:26 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Bug Fix: Post Text-flow With IE

Comments
Reply with quote    Download Post  
Post Re: Bug Fix: Post Text-flow With IE 
 
Thanks for reporting.

I'll check.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 31 Aug, 2010 13:09 ]
Reply with quote    Download Post  
Post 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.



 
mort - View user's profile Send private message  
mort [ Tue 07 Sep, 2010 02:38 ]
Reply with quote    Download Post  
Post Re: Bug Fix: Post Text-flow With IE 
 
Thanks, I have added this on my dev release only for IE.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Wed 15 Sep, 2010 23:18 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1