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:
parent
7abf311535
commit
70c9cd3d33
2 changed files with 13 additions and 0 deletions
|
@ -43,6 +43,18 @@ body {
|
||||||
clear: both;
|
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
|
Global classes
|
||||||
****************/
|
****************/
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="wrap" class="container">
|
<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">
|
<div id="header">
|
||||||
|
|
||||||
<#include "partials/identity.ftl">
|
<#include "partials/identity.ftl">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue