Sha256: b2b25113cefe741373c579689a2bac11a5ed15857bf4cb071f18fe5a31c7e38e
Contents?: true
Size: 779 Bytes
Versions: 4
Compression:
Stored size: 779 Bytes
Contents
$.noty.layouts.top = { name : 'top', options : {}, container: { object : '<ul id="noty_top_layout_container" />', selector: 'ul#noty_top_layout_container', style : function() { $(this).css({ top : 0, left : '5%', position : 'fixed', width : '90%', height : 'auto', margin : 0, padding : 0, listStyleType: 'none', zIndex : 9999999 }); } }, parent : { object : '<li />', selector: 'li', css : {} }, css : { display: 'none' }, addClass : '' };
Version data entries
4 entries across 4 versions & 1 rubygems