Index: trunk/grails-app/conf/BootStrap.groovy
===================================================================
--- trunk/grails-app/conf/BootStrap.groovy	(revision 141)
+++ trunk/grails-app/conf/BootStrap.groovy	(revision 142)
@@ -283,5 +283,6 @@
                  leadPerson:Person.get(2),
                  description:"Check specific level sensor",
-                 comment:"Has been noted as problematic, try recalibrating.")
+                 comment:"Has been noted as problematic, try recalibrating.",
+                targetStartDate:new Date())
         BootStrapSaveAndTest(taskInstance)
 
@@ -294,4 +295,5 @@
                 description:"Some follow-up work",
                 comment:"Some help required",
+                targetStartDate:new Date()+1,
                 parentTask: Task.get(1))
         BootStrapSaveAndTest(taskInstance)
@@ -305,4 +307,5 @@
                 description:"A Sub Task can be created by setting the Parent Task value",
                 comment:"Some help required",
+                targetStartDate:new Date()-1,
                 parentTask: Task.get(1))
         BootStrapSaveAndTest(taskInstance)
@@ -316,4 +319,5 @@
                  description:"Replace sensor at next opportunity.",
                  comment:"Nothing else has worked.",
+                targetStartDate:new Date()+7,
                 parentTask: Task.get(1))
         BootStrapSaveAndTest(taskInstance)
@@ -326,5 +330,6 @@
                  leadPerson:Person.get(6),
                  description:"Production Report",
-                 comment:"Production report for specific production run or shift")
+                 comment:"Production report for specific production run or shift",
+                targetStartDate:new Date()-7)
         BootStrapSaveAndTest(taskInstance)
 
@@ -336,5 +341,6 @@
                  leadPerson:Person.get(1),
                  description:"Make killer CMMS app",
-                 comment:"Use Grails and get a move on!")
+                 comment:"Use Grails and get a move on!",
+                targetStartDate:new Date()-6)
         BootStrapSaveAndTest(taskInstance)
 
Index: trunk/grails-app/views/layouts/main.gsp
===================================================================
--- trunk/grails-app/views/layouts/main.gsp	(revision 141)
+++ trunk/grails-app/views/layouts/main.gsp	(revision 142)
@@ -10,5 +10,5 @@
         <g:javascript library="application" />
     </head>
-    
+
     <!-- Added g:pageProperty so that onload in each page works -->
     <body onload="<g:pageProperty name='body.onload'/>">
@@ -23,7 +23,7 @@
                     <a href="http://www.gnumims.org" id=HeaderLink></a>
                 </div>
-                
+
                 <g:isLoggedIn>
-                    <div style="height: 2em;">
+                    <div class="appControl">
                         <g:link controller="logout" class="logoutButton">
                                 Log out (<g:loggedInUsername/>)
@@ -31,5 +31,5 @@
                         <div id="menu">
                             <nav:render group="nav"/>
-                        </div>    
+                        </div>
                     </div>
                 </g:isLoggedIn>   
Index: trunk/grails-app/views/login/auth.gsp
===================================================================
--- trunk/grails-app/views/login/auth.gsp	(revision 141)
+++ trunk/grails-app/views/login/auth.gsp	(revision 142)
@@ -22,5 +22,5 @@
 	clear: left;
 	margin: 0;
-	padding: 5px 0 8px 0;
+	padding: 5px 0 0 0;
 	padding-left: 105px;
 /*	border-top: 1px dashed gray;*/
@@ -43,4 +43,5 @@
 	margin-left: -105px;
 	width: 100px;
+	padding: 5px 0 0 0;
 }
 #login .inner .login_message {color:red;}
