• Anonymous
  • Login
  • Register
XPages Extension Library - Response: Heres some CSS to do that

Created on Jul 9, 2012
Created by Simon McLoughlin

Using css 3 attributes that won't be supported in IE:

.xspHtmlTrView td:nth-child(2)

{

width:50px !important;

}

This will work in IE:

.xspHtmlTrView > * + *

{

width:50px !important;

}









Documents
     
Creation Date
Author
Subject
Jul 9, 2012 Dejan Ljubič Summary column width 100%
Jul 9, 2012 Simon McLoughlin     Response: Heres some CSS to do that
     
In this field you can enter the actual content.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.