NIHVIVO-1361: Add styles for log in out in Wima theme

This commit is contained in:
mb863 2010-11-22 17:27:21 +00:00
parent 586425464d
commit 04720b0217
3 changed files with 9 additions and 4 deletions

View file

@ -339,6 +339,11 @@ p.passwordNote{
color: #949696;
padding-left:38px;
}
#flash-message{
border:1px dotted #E2C822;
background-color:#FFF9D7;
padding:0.8em;
}
/* HOME SEARCH ------> */
#search-home {
float: left;

View file

@ -86,9 +86,9 @@
<div id="wrapper-content">
<#if flash?has_content>
<div id="flash-message">
<section id="flash-message" role="alert">
${flash}
</div>
</section>
</#if>
<section id="intro" role="region">

View file

@ -86,9 +86,9 @@
<div id="wrapper-content">
<#if flash?has_content>
<div id="flash-message">
<section id="flash-message" role="alert">
${flash}
</div>
</section>
</#if>
<#-- mb863: using for now until we have controllers page.ftl to render the templates commented below-->