mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add notification
This commit is contained in:
@ -36,3 +36,7 @@ $( function() {
|
||||
popup.dialog({title: $(this).text()}).dialog( "open" );
|
||||
});
|
||||
} );
|
||||
|
||||
function display_notif() {
|
||||
$('#notif').toggle();
|
||||
}
|
||||
|
@ -63,6 +63,14 @@ header form {
|
||||
width: 3em;
|
||||
height: 2em;
|
||||
}
|
||||
#notif {
|
||||
display: none;
|
||||
position: fixed;
|
||||
background: lightgrey;
|
||||
}
|
||||
#notif li:hover {
|
||||
background: #bcc;
|
||||
}
|
||||
|
||||
/*---------------------------------NAV---------------------------------*/
|
||||
nav {
|
||||
|
Reference in New Issue
Block a user