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 < [email protected]> wrote: > > > 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: > > http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html > > CellTable does not have ".gwt-CellTable-foo" style class names like the > old widgets do. This is because ".gwt-foo" style class names a) cannot > be minified and b) pollute the global css namespace (so you cannot > style the same widget in two different ways without using descendent > selectors). > > Using ClientBundle fixes both of these and, I assume, will what new GWT > widgets use for styling going forward. > > - Stephen > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- *Jeff Schwartz* -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
