Add notification

This commit is contained in:
Skia
2016-12-08 19:47:28 +01:00
parent c1397ef5a5
commit 80fa99d2ac
12 changed files with 387 additions and 562 deletions

View File

@ -36,3 +36,7 @@ $( function() {
popup.dialog({title: $(this).text()}).dialog( "open" );
});
} );
function display_notif() {
$('#notif').toggle();
}

View File

@ -63,6 +63,14 @@ header form {
width: 3em;
height: 2em;
}
#notif {
display: none;
position: fixed;
background: lightgrey;
}
#notif li:hover {
background: #bcc;
}
/*---------------------------------NAV---------------------------------*/
nav {