Index: lams_tool_scratchie/web/pages/learning/results.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/results.jsp,v
diff -u -r1.13.2.11 -r1.13.2.12
--- lams_tool_scratchie/web/pages/learning/results.jsp 11 Dec 2016 02:46:49 -0000 1.13.2.11
+++ lams_tool_scratchie/web/pages/learning/results.jsp 19 Apr 2017 18:33:13 -0000 1.13.2.12
@@ -35,7 +35,9 @@
vertical-align:text-top;
padding-top:2px;
}
- .ui-jqgrid tr.jqgrow td {vertical-align:middle !important}
+ .ui-jqgrid tr.jqgrow td {
+ vertical-align:middle !important
+ }
Index: lams_tool_scratchie/web/pages/monitoring/summary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/monitoring/summary.jsp,v
diff -u -r1.14.2.11 -r1.14.2.12
--- lams_tool_scratchie/web/pages/monitoring/summary.jsp 8 Mar 2017 12:49:51 -0000 1.14.2.11
+++ lams_tool_scratchie/web/pages/monitoring/summary.jsp 19 Apr 2017 18:33:13 -0000 1.14.2.12
@@ -10,14 +10,21 @@
border-right-style: none !important;
border-bottom-style: none !important;
}
-
.ui-jqgrid tr {
border-left-style: none !important;
}
-
.ui-jqgrid td {
border-style: none !important;
}
+ .ui-jqgrid tr.jqgrow td {
+ white-space: normal !important;
+ height:auto;
+ vertical-align:text-top;
+ padding-top:2px;
+ }
+ .ui-jqgrid tr.jqgrow td {
+ vertical-align:middle !important
+ }