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.
This commit is contained in:
Damyon Wiese 2013-03-26 11:53:11 +08:00
parent a13fbf5fe8
commit 7b647abcb8

View File

@ -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;
}