NIHVIVO-1361: Add styles for log in out in Wima theme
This commit is contained in:
parent
586425464d
commit
04720b0217
3 changed files with 9 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue