
Project: XPages Extension Library (Managed by Philippe Riand, Niklas Heidloff, Dave Delay, Akihiro Kosugi, Maire Kehoe, Tony McGuckin, John Piermarini, Martin Donnelly, James Quill, Darin Egan, Padraic Edwards, Andrejus Chaliapinas, Lorcan McDonald, Simon McLoughlin, Paul Hannan)
 | 

 |  |
| Subject | Heres some CSS to do that |
| Created | 07/09/2012 09:22 AM by Simon McLoughlin. |
| Modified | <none> by Niklas Heidloff/Germany/IBM. |
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;
}
|
Feedback
Check out other projects