Sha256: 0b96636fb3a7f5093cbb1db9c5a5155cb600a2e301b85b4f3748f7ef251db031
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
;(function($) { $.noty.layouts.topCenter = { name: 'topCenter', options: { // overrides options }, container: { object: '<ul id="noty_topCenter_layout_container" />', selector: 'ul#noty_topCenter_layout_container', style: function() { $(this).css({ top: 20, left: 0, position: 'fixed', width: '310px', height: 'auto', margin: 0, padding: 0, listStyleType: 'none', zIndex: 10000000 }); $(this).css({ left: ($(window).width() - $(this).outerWidth(false)) / 2 + 'px' }); } }, parent: { object: '<li />', selector: 'li', css: {} }, css: { display: 'none', width: '310px' }, addClass: '' }; })(jQuery);
Version data entries
4 entries across 4 versions & 2 rubygems