Making changes to the themes in a correct manner (to the VIVO specific theme folders) so that the "research instance" notification can be seen throughout the portal.

This commit is contained in:
cdtank 2010-06-21 15:55:42 +00:00
parent 7abf311535
commit 70c9cd3d33
2 changed files with 13 additions and 0 deletions

View file

@ -43,6 +43,18 @@ body {
clear: both;
}
#research_instance {
background-color:red;
color:white;
font-size:1.25em;
font-weight:bold;
text-align:center;
}
#research_instance a {
color:white;
}
/****************
Global classes
****************/

View file

@ -6,6 +6,7 @@
<body>
<div id="wrap" class="container">
<div id="research_instance">This is a research instance. Not the <a href="http://vivo.iu.edu/">official IU VIVO instance</a>.</div>
<div id="header">
<#include "partials/identity.ftl">