General function for displaying messages
This commit is contained in:
@ -328,7 +328,16 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
/* States
|
||||
/** Transient notification
|
||||
******************************************************************************/
|
||||
|
||||
#live-messages {
|
||||
position: fixed;
|
||||
bottom: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
|
||||
/** States
|
||||
******************************************************************************/
|
||||
|
||||
/* "disabled" for non-buttons */
|
||||
|
Reference in New Issue
Block a user