Index: lams_tool_doku/web/pages/monitoring/summary.jsp =================================================================== diff -u -r1f6071e54c25ee5dbd1aad2863855e5a6fcd2b89 -rc6ff1b3b2834c9ddb1c6d30e37f4ff3c2e925beb --- lams_tool_doku/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 1f6071e54c25ee5dbd1aad2863855e5a6fcd2b89) +++ lams_tool_doku/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision c6ff1b3b2834c9ddb1c6d30e37f4ff3c2e925beb) @@ -54,6 +54,27 @@ #gallery-walk-start { margin-left: 20px; } + + #gallery-walk-rating-table { + width: 60%; + margin: 50px auto; + border-bottom: 1px solid #ddd; + } + + #gallery-walk-rating-table th { + font-weight: bold; + font-style: normal; + text-align: center; + } + + #gallery-walk-rating-table td { + text-align: center; + } + + #gallery-walk-rating-table th:first-child, #gallery-walk-rating-table td:first-child { + text-align: right; + } + .tablesorter tbody > tr > td > div[contenteditable=true]:focus { outline: #337ab7 2px solid; } @@ -379,7 +400,14 @@ toolContentID : ${dokumaran.contentId} }, 'success' : function(){ - $('#gallery-walk-finish').hide(); + + + $('#gallery-walk-finish').hide(); + + + location.reload(); + + } }); } @@ -443,6 +471,29 @@ + + + + + + + + + + + + + + + + + + +