CellTable CSS Styling Not Possible?

2010-11-22 Thread Jeff Schwartz
I've posted a few questions regarding CellTable and CSS styling but none have been answered. I've looked at the /com/google/gwt/user/theme/standard/public/gwt/standard/standard.css file (I am using the standard theme) but I cannot find selectors that seems related to CellTable. The google docs for

Re: CellTable CSS Styling Not Possible?

2010-11-22 Thread Stephen Haberman
Am I to conclude then that it is not possible to style a CellTable using CSS? http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/cellview/client/CellTable.Resources.html

Re: CellTable CSS Styling Not Possible?

2010-11-22 Thread Jeff Schwartz
Thanks, Stephen, but I am actually trying to find the names of the CSS selectors currently used by CellTable so that I can override them in my application's CSS files and/or in my uibinder xml files. Perhaps you're saying that it isn't possible to apply CSS styling to CellTables without having to

Re: CellTable CSS Styling Not Possible?

2010-11-22 Thread Stephen Haberman
Thanks, Stephen, but I am actually trying to find the names of the CSS selectors currently used by CellTable so that I can override them in my application's CSS files and/or in my uibinder xml files. As Qian said, the css names are in the interface. See the ClientBundle docs:

Re: CellTable CSS Styling Not Possible?

2010-11-22 Thread Jeff Schwartz
Joe, Stephen, thanks. I understand and will apply this to styling my CellTable instances. I gather this is also true for SimplePager (I need to set the td element which hosts the last page icon to be right aligned)? Thanks again. Jeff On Mon, Nov 22, 2010 at 10:07 AM, Stephen Haberman