Re: DefaultDataTable gets no CSS styling

2009-08-18 Thread James Carman
 background-image: url(displaytag/img/arrow_off.png); > } > table.dataview tr th a { font-weight: normal; } > table.dataview #message { padding-left: 3px; } > table.dataview caption { padding-bottom: 2px; } > > Just remember to add the .dataview CSS class to your component markup like > this:

Re: DefaultDataTable gets no CSS styling

2009-08-17 Thread Kringlan
th a { font-weight: normal; } table.dataview #message { padding-left: 3px; } table.dataview caption { padding-bottom: 2px; } Just remember to add the .dataview CSS class to your component markup like this: -- View this message in context: http://www.nabble.com/DefaultDataTable-gets-no-CSS-styling

Re: DefaultDataTable gets no CSS styling

2009-08-13 Thread Kringlan
e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://w

Re: DefaultDataTable gets no CSS styling

2009-08-11 Thread Igor Vaynberg
you are supposed to provide your own css -igor On Tue, Aug 11, 2009 at 1:35 AM, Lukas Wilczek wrote: > Hi, > > I'm trying to use a DefaultDataTable and it shows with correct data > but it has no styling at all. When I view source in the browser I > can't see any CSS file that has been added to t

DefaultDataTable gets no CSS styling

2009-08-11 Thread Lukas Wilczek
Hi, I'm trying to use a DefaultDataTable and it shows with correct data but it has no styling at all. When I view source in the browser I can't see any CSS file that has been added to the markup (apart from my own and the one for ModalWindow). I've looked through the source folders for Wicket Exte