Some styles for the gradebook (SE)

This commit is contained in:
moodler 2005-05-13 08:29:09 +00:00
parent f99164450a
commit 4fb301facf
3 changed files with 60 additions and 0 deletions

View File

@ -421,6 +421,27 @@ body#course-user .section {
*** Doc
***/
/***
*** Grades
***/
body#grade-index .grades {
border-color:black;
}
body#grade-index .grades td {
border-color:#e0e0e0;
}
body#grade-index .grades .r0 {
background-color: #ffffff;
}
body#grade-index .grades .r1 {
background-color: #f0f0f0;
}
/***
*** Login
***/

View File

@ -14,6 +14,7 @@
calendar
course
doc
grades
login
message
tabs
@ -338,6 +339,15 @@ body#doc-contents ul {
}
/***
*** Grades
***/
body#grade-index .grades .header {
font-weight: bold;
font-size: 0.7em;
}
/***
*** Login

View File

@ -14,6 +14,7 @@
calendar
course
doc
grades
login
message
tabs
@ -762,6 +763,34 @@ body#doc-contents ul {
}
/***
*** Grades
***/
body#grade-index .grades {
border-width:1px;
border-style:solid;
border-collapse: separate;
}
body#grade-index .grades td {
border-width:0px 1px 0px 1px;
border-style:solid;
border-collapse: collapse;
}
body#grade-index .grades .header {
vertical-align: top;
}
body#grade-index .grades .points,
body#grade-index .grades .percent,
body#grade-index .grades .weighted {
text-align: right;
}
/***
*** Login
***/