refactor flash

* make unobtrusive js
* convert js to coffee
This commit is contained in:
Cyril 2012-11-29 22:51:51 +01:00
parent c177593e2c
commit a9a5497915
4 changed files with 12 additions and 19 deletions

View file

@ -68,7 +68,7 @@ table a code {
}
/** FLASH message **/
#flash_container {
#flash-container {
height: 50px;
position: fixed;
z-index: 10001;
@ -79,6 +79,8 @@ table a code {
background: white;
cursor: pointer;
border-bottom: 1px solid #ccc;
text-align: center;
display: none;
h4 {
color: #666;