NIHVIVO-2343 First cut at the Freemarker and Javascript for proxy editing on MyAccount page.
This commit is contained in:
parent
9ab85a2bb0
commit
0a951807d3
3 changed files with 256 additions and 0 deletions
15
webapp/web/css/account/proxy.css
Normal file
15
webapp/web/css/account/proxy.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue