mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add quick notifications prototype
This commit is contained in:
@ -35,6 +35,9 @@ $( function() {
|
||||
popup.html('<iframe src="/file/popup" width="100%" height="95%"></iframe><div id="file_id" value="null" />');
|
||||
popup.dialog({title: $(this).text()}).dialog( "open" );
|
||||
});
|
||||
$("#quick_notif li").click(function () {
|
||||
$(this).hide();
|
||||
})
|
||||
} );
|
||||
|
||||
function display_notif() {
|
||||
|
@ -122,6 +122,15 @@ nav a:hover {
|
||||
}
|
||||
|
||||
/*--------------------------------CONTENT------------------------------*/
|
||||
#quick_notif {
|
||||
width: 90%;
|
||||
margin: 0px auto;
|
||||
list-style-type: none;
|
||||
background: lightblue;
|
||||
}
|
||||
#quick_notif li {
|
||||
padding: 10px;
|
||||
}
|
||||
#content {
|
||||
width: 88%;
|
||||
margin: 0px auto;
|
||||
|
Reference in New Issue
Block a user