Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.
This commit is contained in:
commit
4f2e303079
1839 changed files with 235630 additions and 0 deletions
60
webapp/web/themes/default/css/formedit.css
Normal file
60
webapp/web/themes/default/css/formedit.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
/****************************************
|
||||
* Albert R. Mann Library
|
||||
* Cornell University
|
||||
* Ithaca, NY 14853
|
||||
****************************************/
|
||||
|
||||
/*
|
||||
Title: Faculty Reporting Demo
|
||||
Updated: February 5, 2008
|
||||
*/
|
||||
|
||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/* Resetting from 2-column layout */
|
||||
#content.full { width: 100%; margin-top: 40px; }
|
||||
#dashboard { display: none; }
|
||||
|
||||
|
||||
div#header a.manage, div#header a.logout {display: block; float: right; margin-right: 15px;}
|
||||
div#header a.image img {display: block;}
|
||||
|
||||
form * {
|
||||
margin-top:0.8ex;
|
||||
margin-bottom:0.8ex;
|
||||
}
|
||||
|
||||
form {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
form textarea {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
form a:link.cancel, form a:visited.cancel {
|
||||
color: #f00;
|
||||
border-color: #f00;
|
||||
}
|
||||
|
||||
form select option{
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
form a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f00;
|
||||
}
|
||||
|
||||
form dl {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
form dl dt, form dl dd {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.validationError {
|
||||
font-weight:bold;
|
||||
color:red;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue