Skip to content

Commit

Permalink
MDL-23236 - adding current section styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Malley committed Jul 12, 2010
1 parent a21ef21 commit 00ff58d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 7 deletions.
6 changes: 3 additions & 3 deletions theme/boxxie/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,16 @@ h2.headingblock {
padding: 2px;
}

#page-course-view-weeks .course-content .section.main {
.course-content .main {
background:#f3f8ed;
}

#page-course-view-weeks .course-content .section.current {
.course-content .current {
background:#69804e;
color:#fff;
}

#page-course-view-weeks .course-content .section .content {
.course-content .main .content {
padding: 10px;
background:#fff;
}
Expand Down
6 changes: 3 additions & 3 deletions theme/leatherbound/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@ h2.headingblock {
color: #251c17;
}

.course-content .section.main {
.course-content .main {
background: #f7f5f1;
border: 1px solid #ddd
}

.course-content .section.current {
.course-content .current {
background: #da5013;
color: #fff;
}

.course-content .section.main .content {
.course-content .main .content {
background: #fff;
}

Expand Down
19 changes: 18 additions & 1 deletion theme/nonzero/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,21 @@ a:active {
.forumpost .topic {
background: #eee;
border-bottom: 1px solid #aaa;
}
}

/* Course
-------------------------------*/

.course-content .main {
border: 1px solid #eee;
background: #eee;
}

.course-content .current {
background: #1f5480;
color: #fff;
}

.course-content .main .content {
background: #fff;
}
14 changes: 14 additions & 0 deletions theme/serenity/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,20 @@ a:hover {
padding: 2px 5px;
}

.course-content .main {
border: 1px solid #eee;
background: #eee;
}

.course-content .current {
background: #9ca7b4;
color: #fff;
}

.course-content .main .content {
background: #fff;
}

/* Forums
-----------------------------*/

Expand Down

0 comments on commit 00ff58d

Please sign in to comment.