Index: dbLearnStar-webApp/src/main/resources/META-INF/assets/SubmissionEvaluations.css
===================================================================
--- dbLearnStar-webApp/src/main/resources/META-INF/assets/SubmissionEvaluations.css	(revision 121958f60c49172c354b19e8bee1db2162205eb7)
+++ dbLearnStar-webApp/src/main/resources/META-INF/assets/SubmissionEvaluations.css	(revision 9d9cad302662383ef14103522cc2ce592c522527)
@@ -54,4 +54,7 @@
 	background: var(--main-bg-color-accent) !important;
 	padding: 0.5em !important;
+	line-height: 100% !important;
+	min-height: 28rem;
+	font-size:90%; 
 }
 
@@ -199,2 +202,10 @@
 	background:var(--main-bg-color2);
 }
+
+#zModal input[type="checkbox"] {
+  transform:scale(3, 3);
+}
+
+#zModal #type,#grade {
+  width: 12em;
+}
Index: dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config-admin.js
===================================================================
--- dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config-admin.js	(revision 121958f60c49172c354b19e8bee1db2162205eb7)
+++ dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config-admin.js	(revision 9d9cad302662383ef14103522cc2ce592c522527)
@@ -65,5 +65,6 @@
 				removeButtons: 'Anchor,Strike,blockquote',
 				contentsCss: [spec.csspath],
-				baseFloatZIndex: 40000
+				baseFloatZIndex: 40000,
+				height: '22rem'
 			});
 	};
