diff options
Diffstat (limited to 'GradeBook.css')
-rw-r--r-- | GradeBook.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/GradeBook.css b/GradeBook.css index ec8411c..4e2454b 100644 --- a/GradeBook.css +++ b/GradeBook.css @@ -41,6 +41,24 @@ div.controls { margin-bottom: 15px; } +table.gradestable { + /*border-bottom: 2px solid black;*/ + background-color: #ffcc99; + padding-top: 5px; + padding-bottom: 5px; + margin-bottom: 15px; +} + +div.errormsg { + /*border-bottom: 2px solid black;*/ + background-color: #ff0000; + padding-top: 5px; + padding-bottom: 5px; + margin-bottom: 15px; +} + + + div.footer { /*border-bottom: 2px solid black;*/ background-color: #ffcc99; |