From 1febf3b138079dccda5820fbcc28d60f580fc673 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 22 Jul 2012 17:55:59 +0100 Subject: [PATCH] MDL-34370 theme_fusion: added CSS in style/core.css to enable weeks to be moved when editing --- theme/fusion/style/core.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/theme/fusion/style/core.css b/theme/fusion/style/core.css index cfdb62b3aac..bc31d357fe6 100644 --- a/theme/fusion/style/core.css +++ b/theme/fusion/style/core.css @@ -58,7 +58,7 @@ blockquote { font-size: 1.2em; border: 1px solid #eee; padding: 2px 5px; - background: #fff; + background-color: #fff; } img{ @@ -276,12 +276,20 @@ h2.headingblock { margin-left: 0; } +.editing .course-content .weeks .section.main .content { + margin-left: 40px; +} + .course-content .weeks .section.main .left { display: none; } +.editing .course-content .weeks .section.main .left { + display: block; +} + .course-content .section.main.current { - background:#fffcdc; + background-color: #fffcdc; } .course-content .weeks .section.main h3.weekdates { @@ -289,9 +297,10 @@ h2.headingblock { } .course-content .current .left, -.course-content .current h3.weekdates { - color: #2d83d5 !important; +.course-content .current h3.sectionname { + color: #2d83d5; } + /* Forum --------------------------*/ @@ -318,12 +327,11 @@ h2.headingblock { padding: 5px 10px 10px; } - /* Dock ----------------------*/ #dock { - background: #eee; + background-color: #eee; border: none; } @@ -354,7 +362,7 @@ h2.headingblock { #dockeditempanel .dockeditempanel_hd { border-bottom: none; padding: 3px 5px; - background: #eee; + background-color: #eee; text-align: left; }