From 4cfd77fc0eca497d4fd3f126bb93bff53ef0b9f2 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 25 Mar 2012 08:16:11 +0100 Subject: [PATCH] MDL-30019 theme_fusion: fix for mod-assignment-submission page by reducing font-size and page wapper padding --- theme/fusion/style/core.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/theme/fusion/style/core.css b/theme/fusion/style/core.css index eb428168fba..cfdb62b3aac 100644 --- a/theme/fusion/style/core.css +++ b/theme/fusion/style/core.css @@ -370,4 +370,15 @@ h2.headingblock { float: right; } -.pagelayout-redirect {background-position:0 0;} +.pagelayout-redirect { + background-position:0 0; +} + +#page-mod-assignment-submissions #wrapper { + padding: 0 1%; +} + +#page-mod-assignment-submissions #attempts td, +#page-mod-assignment-submissions #attempts th.header { + font-size: 80%; +}