Index: trunk/application.properties
===================================================================
--- trunk/application.properties	(revision 141)
+++ trunk/application.properties	(revision 142)
@@ -1,8 +1,7 @@
 #utf-8
-#Wed Sep 30 21:48:49 EST 2009
+#Fri Oct 02 18:50:25 EST 2009
 plugins.acegi=0.5.1
 plugins.navigation=1.1
 app.version=
-plugins.class-diagram=0.3
 plugins.help-balloons=1.2
 plugins.quartz=0.4.1-SNAPSHOT
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;}
Index: trunk/web-app/css/main.css
===================================================================
--- trunk/web-app/css/main.css	(revision 141)
+++ trunk/web-app/css/main.css	(revision 142)
@@ -106,16 +106,21 @@
 }
 
-/* Login/out and Admin */
+/* Logout and Top Navigation Level */
+
+.appControl {
+    height: 2em;
+}
 
 .logoutButton {
     float: right;
-    padding: 0.3em 165px 0.3em 0;
-    font-size: 14px;
-/*     border: 1px solid #ccc; */
+    padding: 0.3em 0px 0.3em 0;
+    font-size: 14px;
+    margin: 0 165px 0 0;
+    /*border: 1px solid #ccc;*/
 }
 
 .logoutButton:hover {
     color: red;
-    margin: 0.2em 0 0 0;
+    padding: 0.5em 0px 0.1em 0;
 }
 
@@ -413,5 +418,5 @@
 /*     font-weight: normal; */
 /*     font-size: 14px; */
-    margin: 0.2em 0 0 0;
+    padding: 0.5em 0.75em;
     /*cursor: default;*/
 }
@@ -432,5 +437,5 @@
     font-weight: bold;
     font-size: 17px;
-    margin: 0 0 0 0;
+    padding: 0.3em 0.75em;
     /*background-color: #555;*/
 }
