Sha256: cff04c82ea679180b585ef76f21c48da1cece20594d5dd132eaa0cc5f10e6630
Contents?: true
Size: 549 Bytes
Versions: 31
Compression:
Stored size: 549 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
31 entries across 31 versions & 3 rubygems