Merge branch 'MDL-25760' of git://github.com/ptrkmkl/moodle

This commit is contained in:
Petr Skoda 2011-02-28 10:03:57 +01:00
commit 589028b203
5 changed files with 17 additions and 2 deletions

View File

@ -125,6 +125,9 @@ fieldset#general {
.course-content .current {
background: #f14e16;
}
.course-content .current .left {
color: #fff;
}

View File

@ -312,9 +312,12 @@ h2.headingblock {
.course-content .current {
background:#69804e;
color:#fff;
}
.course-content .current .left {
color: #fff;
}
.course-content .main .content {
padding: 10px;
background:#fff;

View File

@ -163,7 +163,10 @@ h2.headingblock {
.course-content .current {
background: #da5013;
color: #fff;
}
.course-content .current .left {
color: #fff;
}
.course-content .main .content {

View File

@ -148,6 +148,9 @@ a:active {
.course-content .current {
background: #1f5480;
}
.course-content .current .left {
color: #fff;
}

View File

@ -124,6 +124,9 @@ a:hover {
.course-content .current {
background: #9ca7b4;
}
.course-content .current .left {
color: #fff;
}