|
From: <cpj...@us...> - 2003-12-22 14:17:40
|
Update of /cvsroot/etest/etest/student
In directory sc8-pr-cvs1:/tmp/cvs-serv21903/student
Modified Files:
student_basics.css
Log Message:
changed submit button style -- craig
Index: student_basics.css
===================================================================
RCS file: /cvsroot/etest/etest/student/student_basics.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** student_basics.css 16 Dec 2003 15:52:15 -0000 1.2
--- student_basics.css 22 Dec 2003 14:17:37 -0000 1.3
***************
*** 96,109 ****
.submitbutton {
! color:#D2D4D8;
font-weight: bold;
font-size: 12px;
line-height: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
! background-color:#555454;
padding: 1px;
border-style: solid;
border-width: 1px;
! border-color: #c0c0c0 black black #c0c0c0;
height: 20px;
}
--- 96,109 ----
.submitbutton {
! color:#FFFFF0;
font-weight: bold;
font-size: 12px;
line-height: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
! background-color:#800000;
padding: 1px;
border-style: solid;
border-width: 1px;
! border-color: #FFFFD0 #FFFFD0 #FFFFD0 #FFFFD0;
height: 20px;
}
|