refactor flash
* make unobtrusive js * convert js to coffee
This commit is contained in:
parent
c177593e2c
commit
a9a5497915
4 changed files with 12 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue