fixed based on standard theme.

This commit is contained in:
mits
2005-05-14 08:06:31 +00:00
parent 7a837b76bb
commit cf26a8aa76
+33
View File
@@ -14,6 +14,7 @@
calendar
course
doc
grades
login
message
tabs
@@ -385,6 +386,10 @@ body#admin-config .confighelp {
margin-right: 6px;
}
.sideblock .content .head {
margin-top: 10px;
}
/***
*** Calendar
@@ -765,6 +770,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
***/