Sha256: e591397f7b4301a6f6a5cf84313f08acc125fc65a8b10f2a76f962cc41259c1b
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
(function($) { $.noty.layouts.bottomLeft = { name : 'bottomLeft', options : { // overrides options }, container: { object : '<ul id="noty_bottomLeft_layout_container" />', selector: 'ul#noty_bottomLeft_layout_container', style : function() { $(this).css({ bottom : 20, left : 20, position : 'fixed', width : '310px', height : 'auto', margin : 0, padding : 0, listStyleType: 'none', zIndex : 10000000 }); if(window.innerWidth < 600) { $(this).css({ left: 5 }); } } }, parent : { object : '<li />', selector: 'li', css : {} }, css : { display: 'none', width : '310px' }, addClass : '' }; })(jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noty-rails-2.2.9 | vendor/assets/javascripts/noty/layouts/bottomLeft.js |