mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
Separating my new styles a bit and cleaning up
This commit is contained in:
parent
a0c7341aaf
commit
476f1aec99
@ -182,24 +182,39 @@ th {
|
||||
.headingblock.outline {
|
||||
border-color:#DDDDDD; /* borders */
|
||||
}
|
||||
.weeklyoutlinesidehidden,
|
||||
.topicsoutlinesidehidden {
|
||||
border-color:#AAAAAA; /* hidden */
|
||||
|
||||
#course-view .section td {
|
||||
border-color:#DDDDDD;
|
||||
}
|
||||
|
||||
.weeklyoutlinecontent,
|
||||
.topicsoutlinecontent {
|
||||
border-color:#DDDDDD; /* cellheading */
|
||||
#course-view .section .content {
|
||||
}
|
||||
|
||||
.weeklyoutlinecontenthighlight,
|
||||
.topicsoutlinecontenthighlight {
|
||||
border-color:#FFC85F; /* cellheading2 */
|
||||
#course-view .section .side {
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
||||
.weeklyoutlinecontenthidden,
|
||||
.topicsoutlinecontenthidden {
|
||||
border-color:#AAAAAA; /* hidden */
|
||||
#course-view .section .left {
|
||||
}
|
||||
|
||||
#course-view .section .right {
|
||||
}
|
||||
|
||||
#course-view .current .side{
|
||||
background: #FFD991;
|
||||
}
|
||||
|
||||
#course-view .topics {
|
||||
}
|
||||
|
||||
#course-view .weeks {
|
||||
}
|
||||
|
||||
#course-view .section .spacer {
|
||||
}
|
||||
|
||||
#course-view .section .weekdates {
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.categoryboxcontent,
|
||||
@ -208,9 +223,6 @@ th {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
.weeklydatetext {
|
||||
color:#DDDDDD; /* cellheading2 */
|
||||
}
|
||||
|
||||
|
||||
/*****************************
|
||||
|
@ -226,7 +226,6 @@ table.formtable td {
|
||||
/* course */
|
||||
|
||||
#course-view .section td {
|
||||
border-color:#DDDDDD;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
@ -242,7 +241,6 @@ table.formtable td {
|
||||
padding:5px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
||||
#course-view .section .left {
|
||||
@ -258,8 +256,7 @@ table.formtable td {
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
#course-view .current .side{
|
||||
background: #FFD991;
|
||||
#course-view .current .side {
|
||||
}
|
||||
|
||||
#course-view .topics {
|
||||
@ -274,6 +271,8 @@ table.formtable td {
|
||||
height:0.5em;
|
||||
}
|
||||
|
||||
#course-view .section .weekdates {
|
||||
}
|
||||
|
||||
|
||||
.categoryboxcontent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user