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;
|
color: #949696;
|
||||||
padding-left:38px;
|
padding-left:38px;
|
||||||
}
|
}
|
||||||
|
#flash-message{
|
||||||
|
border:1px dotted #E2C822;
|
||||||
|
background-color:#FFF9D7;
|
||||||
|
padding:0.8em;
|
||||||
|
}
|
||||||
/* HOME SEARCH ------> */
|
/* HOME SEARCH ------> */
|
||||||
#search-home {
|
#search-home {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -86,9 +86,9 @@
|
||||||
|
|
||||||
<div id="wrapper-content">
|
<div id="wrapper-content">
|
||||||
<#if flash?has_content>
|
<#if flash?has_content>
|
||||||
<div id="flash-message">
|
<section id="flash-message" role="alert">
|
||||||
${flash}
|
${flash}
|
||||||
</div>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<section id="intro" role="region">
|
<section id="intro" role="region">
|
||||||
|
|
|
@ -86,9 +86,9 @@
|
||||||
|
|
||||||
<div id="wrapper-content">
|
<div id="wrapper-content">
|
||||||
<#if flash?has_content>
|
<#if flash?has_content>
|
||||||
<div id="flash-message">
|
<section id="flash-message" role="alert">
|
||||||
${flash}
|
${flash}
|
||||||
</div>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#-- mb863: using for now until we have controllers page.ftl to render the templates commented below-->
|
<#-- 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