Sha256: 926244dec5f0a5010a2ee6982c104216487981511c276102cae6f85406c15d23
Contents?: true
Size: 928 Bytes
Versions: 1
Compression:
Stored size: 928 Bytes
Contents
(function($) { $.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 : '' }; })(jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noty-rails-2.2.9 | vendor/assets/javascripts/noty/layouts/top.js |