diff options
Diffstat (limited to 'GradeBook.css')
-rw-r--r-- | GradeBook.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/GradeBook.css b/GradeBook.css index a50d761..4440286 100644 --- a/GradeBook.css +++ b/GradeBook.css @@ -66,6 +66,21 @@ div.changegrades { margin-bottom: 5px; } +div.editcourseinfo { + /*border-bottom: 2px solid black;*/ + background-color: #ffcc99; + padding: 5px; + margin-bottom: 5px; +} + +div.editnewuserinfo { + /*border-bottom: 2px solid black;*/ + background-color: #ffcc99; + padding: 5px; + margin-bottom: 5px; +} + + div.gradestable { /*border-bottom: 2px solid black;*/ background-color: #ffcc99; |