Re: How to center a VerticalPanel on page with UiBinder

2010-06-02 Thread mmoossen
hi Mark! you should take a look at this in first place: http://blog.themeforest.net/tutorials/vertical-centering-with-css/ HTH Michael On May 30, 3:51 pm, Tristan wrote: > have you tried... > > >   >     >       ... >     >   > > > On May 28, 8:38 am, BryanPoit wrote: > > > > >        

Re: How to center a VerticalPanel on page with UiBinder

2010-05-30 Thread Tristan
have you tried... ... On May 28, 8:38 am, BryanPoit wrote: > >         .centerStyle { >         width: 800px; >         margin: 0 auto 0 auto; >         } > > > Is where the definition for style.centerStyle comes from. > > Uibinder interprets the style elements and they

Re: How to center a VerticalPanel on page with UiBinder

2010-05-30 Thread BryanPoit
.centerStyle { width: 800px; margin: 0 auto 0 auto; } Is where the definition for style.centerStyle comes from. Uibinder interprets the style elements and they can be accessed using style.stylename. On May 28, 9:19 am, Mike wrote: > Where did it get the definit

Re: How to center a VerticalPanel on page with UiBinder

2010-05-28 Thread Mike
Where did it get the definition for: {style.centerStyle} ??? Does UiBinder have access to all of the "default" style information provided by GWT? Usually, to center something horizontally, the technique is this: .centerStyle { margin-left: auto; margin-right: auto; } (I believe) Cheers M

Re: How to center a VerticalPanel on page with UiBinder

2010-05-28 Thread Mark
I finally found out how to do this: Hopefully this will help anybody else. On 27 Mai, 13:27, Mark wrote: > Hello, > > I am new to gwt and I hope you can help me. I want to center a > VerticalPanel on the page. > > >         Login Settings >         title >         placeholder >         text1