Spaces between paragraphs on Execution page

The release related discussions, plans and questions.
Locked
yurock
TestLink user
Posts: 5
Joined: Fri Dec 07, 2007 1:22 pm

Spaces between paragraphs on Execution page

Post by yurock »

Hi!

In file "testlink\third_party\fckeditor\editor\css\fck_editorarea.css" I found this comment:
/*
Just uncomment the following block if you want to avoid spaces between paragraphs. Remember to apply the same style in your output front end page.
*/

I have uncommented that block and now I don't have spaces between paragraphs when I edit summary/steps/exp. result of test case on Specification page. I like it very much.

But on Execution page there are spaces between paragraphs in the text of summary/steps/exp. results. I tried to change "testlink\gui\themes\theme_m1\css\testlink.css" file but did not get result.

Please tell me what should I do?

Thanks in advance
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Sorry but this seems an FCKEDITOR problem, please contact FCKEDITOR Development Team
yurock
TestLink user
Posts: 5
Joined: Fri Dec 07, 2007 1:22 pm

Post by yurock »

Thank you for quick answer!
I found the solution)

It is necessary to copy uncommented block from "testlink\third_party\fckeditor\editor\css\fck_editorarea.css" to "c:\xampp\htdocs\testlink\gui\themes\theme_m1\css\testlink.css".

Maybe it will be useful for somebody else)
Locked