Sha256: 7da246ca4705017c09d510ee002c4c0a632dd61987219fae07ec013ad0f059c9
Contents?: true
Size: 684 Bytes
Versions: 4
Compression:
Stored size: 684 Bytes
Contents
$.noty.layouts.inline = { name : 'inline', options : {}, container: { object : '<ul class="noty_inline_layout_container" />', selector: 'ul.noty_inline_layout_container', style : function() { $(this).css({ width : '100%', 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