From: skodak Date: Fri, 3 Aug 2007 14:38:22 +0000 (+0000) Subject: MDL-10549 aligning outcomes the same way as grades on submissions page == right X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a330e1ae5ddab959a8311208315547adabd0b658;p=moodle.git MDL-10549 aligning outcomes the same way as grades on submissions page == right --- diff --git a/mod/assignment/styles.php b/mod/assignment/styles.php index 87da2385e3..3419d539a6 100644 --- a/mod/assignment/styles.php +++ b/mod/assignment/styles.php @@ -89,6 +89,10 @@ text-align: center; } +#mod-assignment-submissions .submissions .outcome { + text-align: right; +} + #mod-assignment-view #online .singlebutton { text-align: center; }