have the welcome message fade out
This commit is contained in:
parent
2db533b365
commit
9993686591
2 changed files with 8 additions and 3 deletions
|
@ -354,7 +354,12 @@ p.password-note{
|
||||||
background-color: #FFF9D7;
|
background-color: #FFF9D7;
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
margin-top: -8px;
|
}
|
||||||
|
#welcome-msg-container{
|
||||||
|
margin-bottom: 8px;
|
||||||
|
margin-top: -10px;
|
||||||
|
margin-right:-10px;
|
||||||
|
height:34px;
|
||||||
}
|
}
|
||||||
/* HOME SEARCH ------> */
|
/* HOME SEARCH ------> */
|
||||||
#search-home {
|
#search-home {
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
<div id="wrapper-content" role="main">
|
<div id="wrapper-content" role="main">
|
||||||
<#if flash?has_content>
|
<#if flash?has_content>
|
||||||
<#if flash?starts_with("Welcome") >
|
<#if flash?starts_with("Welcome") >
|
||||||
<section id="welcome-message" role="alert">
|
<section id="welcome-msg-container" role="container">
|
||||||
${flash}
|
<section id="welcome-message" role="alert">${flash}</section>
|
||||||
</section>
|
</section>
|
||||||
<#else>
|
<#else>
|
||||||
<section id="flash-message" role="alert">
|
<section id="flash-message" role="alert">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue