1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-11 18:56:09 +02:00

MDL-34370 theme_fusion: added CSS in style/core.css to enable weeks to be moved when editing

This commit is contained in:
Mary Evans 2012-07-22 17:55:59 +01:00
parent 3294034b80
commit 1febf3b138

@ -58,7 +58,7 @@ blockquote {
font-size: 1.2em; font-size: 1.2em;
border: 1px solid #eee; border: 1px solid #eee;
padding: 2px 5px; padding: 2px 5px;
background: #fff; background-color: #fff;
} }
img{ img{
@ -276,12 +276,20 @@ h2.headingblock {
margin-left: 0; margin-left: 0;
} }
.editing .course-content .weeks .section.main .content {
margin-left: 40px;
}
.course-content .weeks .section.main .left { .course-content .weeks .section.main .left {
display: none; display: none;
} }
.editing .course-content .weeks .section.main .left {
display: block;
}
.course-content .section.main.current { .course-content .section.main.current {
background:#fffcdc; background-color: #fffcdc;
} }
.course-content .weeks .section.main h3.weekdates { .course-content .weeks .section.main h3.weekdates {
@ -289,9 +297,10 @@ h2.headingblock {
} }
.course-content .current .left, .course-content .current .left,
.course-content .current h3.weekdates { .course-content .current h3.sectionname {
color: #2d83d5 !important; color: #2d83d5;
} }
/* Forum /* Forum
--------------------------*/ --------------------------*/
@ -318,12 +327,11 @@ h2.headingblock {
padding: 5px 10px 10px; padding: 5px 10px 10px;
} }
/* Dock /* Dock
----------------------*/ ----------------------*/
#dock { #dock {
background: #eee; background-color: #eee;
border: none; border: none;
} }
@ -354,7 +362,7 @@ h2.headingblock {
#dockeditempanel .dockeditempanel_hd { #dockeditempanel .dockeditempanel_hd {
border-bottom: none; border-bottom: none;
padding: 3px 5px; padding: 3px 5px;
background: #eee; background-color: #eee;
text-align: left; text-align: left;
} }