NIHVIVO-556: Applying Wilma theme styles to back-end pages
This commit is contained in:
parent
f35fe02822
commit
239e5db4b0
3 changed files with 6 additions and 2 deletions
|
@ -31,3 +31,5 @@ VIVO wilma theme: screen styles
|
|||
|
||||
@import url("../../../css/menupage/menupage.css"); /* we need to call it from the theme until freemarker controller and menupage.ftl are created */
|
||||
@import url("../../../css/individual/individual.css"); /* we need to call it from the theme until freemarker controller and individual.ftl are created */
|
||||
|
||||
@import url("../../../css/edit.css");
|
|
@ -1,6 +1,7 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<#-- This is a temporary file and will be removed once we have completed the transition to freemarker -->
|
||||
|
||||
</div> <!-- #wrapper-content -->
|
||||
<footer role="contentinfo">
|
||||
<#if copyright??>
|
||||
<p class="copyright"><small>©${copyright.year?c}
|
||||
|
|
|
@ -65,3 +65,4 @@
|
|||
</#list>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="wrapper-content">
|
Loading…
Add table
Reference in a new issue