How to center application in webpage
I have a root panel with an absolute panel in it that both are 480px
wide.I created the following rule in the css file and have applied it
to both the root panel and the absolute panel,but it is not centered
in the page.
.gwt-Container {
margin: 0 auto;
width: 480px;
}
What am I doing wrong?
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home