Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » CSS rendering issue in welcome page
CSS rendering issue in welcome page [message #1719948] Wed, 13 January 2016 13:20 Go to next message
Andreas K. is currently offline Andreas K.Friend
Messages: 2
Registered: January 2016
Junior Member
After updating to Mars.1 I have a rendering issue in a custom welcome page. The relevant part of the page looks like this:

<?xml version="1.0" encoding="UTF-8" ?>
<introContent>
    <page id="root" style="css/style.css" style-id="page">
        <title style-id="intro-header1">Text 1</title>
        <title style-id="intro-header2">Text 2</title>
    </page>
</introContent>


and the style.css looks like this:

.intro-header1 h1 {
    color: black;
    background-color: graytext;
    float: left;
}

.intro-header2 h1 {
    color: white;
    background-color: graytext;
    float: none;
}


Before the update the text was rendered as intended aligned. Now it looks like this:
index.php/fa/24611/0/

Does anybody know what the problem is and how this can be solved so that the text is aligned again?
Re: CSS rendering issue in welcome page [message #1720032 is a reply to message #1719948] Wed, 13 January 2016 20:51 Go to previous messageGo to next message
Eclipse UserFriend
The Welcome/Intro code has not changed in a while. Enable the 'debug/toolbar' option on org.eclipse.ui.intro and you'll get an icon on the welcome part to open the generated HTML in your browser.

index.php/fa/24621/0/
Re: CSS rendering issue in welcome page [message #1720077 is a reply to message #1720032] Thu, 14 January 2016 09:54 Go to previous message
Andreas K. is currently offline Andreas K.Friend
Messages: 2
Registered: January 2016
Junior Member
Thanks for your help. I didn't know about that feature.
Previous Topic:RCP Runtime error: Exception in opening zip file under configuration folder
Next Topic:Default perspective not set in product after building it
Goto Forum:
  


Current Time: Fri Apr 26 06:58:26 GMT 2024

Powered by FUDForum. Page generated in 0.03663 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top