NIHVIVO-2343 First cut at the Freemarker and Javascript for proxy editing on MyAccount page.

This commit is contained in:
j2blake 2011-10-27 14:49:48 +00:00
parent 9ab85a2bb0
commit 0a951807d3
3 changed files with 256 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* -------------------------------------------------> */
/* BOGUS STUFF FOR PROXIES ------------------------------------> */
/* -------------------------------------------------> */
.new {
background-color: #DDFFDD;
}
.existing {
background-color: #DDDDDD;
}
.removed {
background-color: #FFDDDD;
}