[system] / trunk / webwork-modperl / conf / templates / ur.template Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/templates/ur.template

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1868 Revision 1904
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) */ 77table.FormLayout { border: 0; }
78div.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. */
82div.ResultsWithoutError { background-color: #66ff99 } /* light green */ 81div.ResultsWithoutError { background-color: #66ff99 } /* light green */
83div.ResultsWithError { background-color: #ffcccc } /* light red */ 82div.ResultsWithError { background-color: #ffcccc } /* light red */

Legend:
Removed from v.1868  
changed lines
  Added in v.1904

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9