Index: trunk/webapps/einotebook/scripts/Evaluation.js
===================================================================
--- trunk/webapps/einotebook/scripts/Evaluation.js	(revision 386)
+++ trunk/webapps/einotebook/scripts/Evaluation.js	(revision 397)
@@ -49,5 +49,5 @@
 				   "</tr>";
 		}
-		
+		/*  Displays the comment input field 
 		text += "<tr><td colspan='2' class='evaluationResponse'>" +
 			"<input onchange='events.getEvaluation(" + this.id + ").recordText();'" +
@@ -55,10 +55,14 @@
 			" class='evaluationResponseText' />" 
 			+ "</td>";
-		
-		text += "</table></td>" +
+        */
+        text +=	"</table>";
+		/*  Displays the ranking bubbles
+		text += "</td>" +
    		   		"<td class='evaluationScale'>" + this.evaluationForm() + "</td>" +
-	   		    "</tr>" +
-   		   		"</table>";
-		
+	   		    "</tr>";
+        */
+        text +=	"</table>";
+
+        		
 		return text;
 	}
Index: trunk/webapps/einotebook/cad/cadpad.css
===================================================================
--- trunk/webapps/einotebook/cad/cadpad.css	(revision 359)
+++ trunk/webapps/einotebook/cad/cadpad.css	(revision 397)
@@ -66,5 +66,6 @@
 	#cadpadfooter 
 	{
-		width:668px;
+		/*width:668px;*/
+        width: 100%;
 	}
 	
