NIHVIVO-556: Applying Wilma theme styles to back-end pages

This commit is contained in:
mb863 2010-11-17 16:18:55 +00:00
parent f35fe02822
commit 239e5db4b0
3 changed files with 6 additions and 2 deletions

View file

@ -30,4 +30,6 @@ VIVO wilma theme: screen styles
@import url("formedit.css");
@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/individual/individual.css"); /* we need to call it from the theme until freemarker controller and individual.ftl are created */
@import url("../../../css/edit.css");

View file

@ -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>&copy;${copyright.year?c}

View file

@ -64,4 +64,5 @@
<li><a href="${item.url}" <#if item.active> class="selected" </#if>>${item.linkText}</a></li>
</#list>
</ul>
</nav>
</nav>
<div id="wrapper-content">