From 7b647abcb8ee48046f160335326977e93eadd6e7 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 26 Mar 2013 11:53:11 +0800 Subject: [PATCH] MDL-36804 Assignment submisison history - fix width column Fix the width of the left column in the history and submission tables so they all line up on the page. --- mod/assign/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/assign/styles.css b/mod/assign/styles.css index fd11bd988cb..334f76231c1 100644 --- a/mod/assign/styles.css +++ b/mod/assign/styles.css @@ -248,3 +248,9 @@ td.submissioneditable { #page-mod-assign-view .submissionaction { text-align: center; } + + +#page-mod-assign-view .submissionsummarytable .c0, +#page-mod-assign-view .mod-assign-history-panel .c0 { + width: 150px; +} -- 2.43.0