| … | |
… | |
| 4 | |
4 | |
| 5 | <!-- |
5 | <!-- |
| 6 | ################################################################################ |
6 | ################################################################################ |
| 7 | # WeBWorK Online Homework Delivery System |
7 | # WeBWorK Online Homework Delivery System |
| 8 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
8 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 9 | # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.12 2004/03/09 15:40:18 sh002i Exp $ |
9 | # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.13 2004/03/10 02:26:26 sh002i Exp $ |
| 10 | # |
10 | # |
| 11 | # This program is free software; you can redistribute it and/or modify it under |
11 | # This program is free software; you can redistribute it and/or modify it under |
| 12 | # the terms of either: (a) the GNU General Public License as published by the |
12 | # the terms of either: (a) the GNU General Public License as published by the |
| 13 | # Free Software Foundation; either version 2, or (at your option) any later |
13 | # Free Software Foundation; either version 2, or (at your option) any later |
| 14 | # version, or (b) the "Artistic License" which comes with this package. |
14 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 71 | |
71 | |
| 72 | /************************/ |
72 | /************************/ |
| 73 | /* new standard classes */ |
73 | /* new standard classes */ |
| 74 | /************************/ |
74 | /************************/ |
| 75 | |
75 | |
| 76 | /* center form tables within their containers */ |
76 | /* tables used for laying out form fields shouldn't have a border */ |
| 77 | /* (this is used in Assigner and doesn't work -- remove from Assigner and from here) */ |
77 | table.FormLayout { border: 0; } |
| 78 | div.FormLayout { text-align: center; } |
|
|
| 79 | |
78 | |
| 80 | /* background colors for success and failure messages */ |
79 | /* background colors for success and failure messages */ |
| 81 | /* currently only used by Assigner, but may be used elsewhere. */ |
80 | /* currently only used by Assigner, but may be used elsewhere. */ |
| 82 | div.ResultsWithoutError { background-color: #66ff99 } /* light green */ |
81 | div.ResultsWithoutError { background-color: #66ff99 } /* light green */ |
| 83 | div.ResultsWithError { background-color: #ffcccc } /* light red */ |
82 | div.ResultsWithError { background-color: #ffcccc } /* light red */ |