Massimo,

Substitute/add these in your current
http://web2py.appspot.com/t3/default/wiki/main styles:

.header { width: 920px; height: 100px; background-color: #394E06;
color: #87B220;}
.authentication { position:absolute; top: 75px; margin: 0 0 0 780px;}
.footer { border-top: 5px #87B220 solid; width: 905px; height: 35px;
text-align: center;
    background-color: #394E06; padding: 25px 5px 10px 10px; color: #87B220;}

.sf-menu li.sfHover ul { left:  0; top: 1.55em; z-index:     99; }

.wrapper {width: 916px; margin-left: auto; margin-right: auto;}

then in t3/views/layout.html:

 <div class="wrapper">
  <div class="header">
...

  <div class="footer">
    <span>Created by {{=response.author}} - Powered by <a
href="http://www.web2py.com";>web2py</a></span>
  </div><!-- footer //-->
  </div><!-- wrapper //-->


and see how you like it :)

-wj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to