Appfuse is a good framework for developing web projects. But the width of tables in web pages are fixed. It looks as if a little of ugly. Fortunately, we can repair it as the following method:

  1. opens ${ProjectName}/styles/layout.css and locates at div#page. Replaces “width:781px” with “width: 95%”;
  2. opens layout-navtop-subright.css in the same folder. Locates at div#content. Replaces “width:701px”(or something else like this) with “width 95%”.
  3. Refresh the html page and you will find the tables are beautiful. Enjoy it.