From 501aedcaefa447d317b01199cced0e6c683dbff3 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Sat, 18 Dec 2010 21:12:30 -0500 Subject: added error msg and grade table styles darcs-hash:20101219021230-067c0-75aa53bfdf81a02de0f994451667b60841890b43.gz --- GradeBook.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'GradeBook.css') 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; -- cgit v1.2.3