Refactored approach for inserting visualization links on menu pages. Still hoping to remove JavaScript altogether based on outcome of NIHVIVO-1681. Also introduced the initial version of application-wide styles with vitro.css.

This commit is contained in:
nac26 2011-01-13 14:05:14 +00:00
parent cde5de7217
commit 6b47329954
3 changed files with 31 additions and 2 deletions

26
webapp/web/css/vitro.css Normal file
View file

@ -0,0 +1,26 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/****************************************
Vitro base styles
Styles declared here are intended for
application-wide use.
Original version
2011-01-12 UI Team
Last updated
2011-01-13
*****************************************/
/************************
Miscellaneous
************************/
.clear {
clear: both;
}
.hidden {
display: none !important;
}