Re: DevMode for Firefox 14

2012-07-19 Thread Anderson Aroeira Araujo
You're *awesome*. Thank you!

On Tuesday, July 17, 2012 9:08:06 PM UTC-3, Alan Leung wrote:
>
> While I am technically no longer on the team, I got curious and started 
> looking at the FF14 changes.
>
> There were some slight changes in the JS Object layout again but they seem 
> easy enough to fix.
>
> I have built it for Linux 32 bit: http://acleung.com/ff14-linux32.xpi
>
> -Alan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/01g9HkM9ESIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Customizing CSS Default GWT Widgets with CSSResource

2010-12-02 Thread Anderson Aroeira Araujo
external gwt-StackLayoutPanel, gwt-StackLayoutPanelHeader, gwt-
> StackLayoutPanelHeader-hovering, gwt-StackLayoutPanelContent, gwt-
> TabLayoutPanel, gwt-TabLayoutPanelTabs, gwt-TabLayoutPanelContent, gwt-
> TabLayoutPanelTab, gwt-TabLayoutPanelTab-selected, gwt-
> SplitLayoutPanel-HDragger, gwt-SplitLayoutPanel-VDragger;
>
> After that you can very easy customize gwt widgets, you can use @def
> in this file and use all of the benefits which come from CssResource.
> And of course don't forget to call
> theme.getLegacyCssResource().ensureInjected();
> on application startup.
>
> Hope that will help you, changing dialogTop should work as changing
> any other class.
>
> On Dec 2, 5:10 pm, Anderson Aroeira Araujo 
> wrote:
>
> > Hi,
>
> > How to customize the gwt default widgets using cssresource?
>
> > Like:
> > .gwt-DialogBox
> > .gwt-DialogBox .dialogTop
>
> > I can change the gwt-DialogBox visuals, but dialogTop I don't know how
> > to do.
> > Anybody?
>
> > Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Customizing CSS Default GWT Widgets with CSSResource

2010-12-02 Thread Anderson Aroeira Araujo
Hi,

How to customize the gwt default widgets using cssresource?

Like:
.gwt-DialogBox
.gwt-DialogBox .dialogTop

I can change the gwt-DialogBox visuals, but dialogTop I don't know how
to do.
Anybody?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.