Re: Changing a GWT css default

2009-08-01 Thread Chad
Charlie, Here's what I see in the standard css file from GWT 1.7.0: .gwt-DialogBox .Caption { background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px; padding: 4px 4px 4px 8px; cursor: default; border-bottom: 1px solid #bb; border-top: 5px solid #d0e4f6; } .gwt-DialogBox .

Re: Changing a GWT css default

2009-08-01 Thread Charlie
Hey I copied everything which had DialogBox and changed all of them to a custom name but the dialogbox didn't look like it should by default, not sure what I did wrong , what do you mean by primary and dependent style names On Aug 1, 8:13 pm, Chad wrote: > Charlie, > > Look in the GWT SDK in you

Re: Changing a GWT css default

2009-08-01 Thread Chad
Charlie, Look in the GWT SDK in your project. Look into com.google.gwt.user.theme.standard (or dark or chrome if you are using those instead). Drill down into the public/gwt/standard folders and you will find the standard.css. You can open it and find the gwt- DialogBox css classes that are used

Changing a GWT css default

2009-08-01 Thread Charlie
Hey I want to create a new CSS property style for dialog box but I want to change only certain things and when I try to do it I lose all the properties I'm not defining which were defined in the dialog box defaults. The only two things I want to change is the caption width (gwt- DialogBoxCustom .