Sha256: bfa7d69c30bd4c21ca734b23d24cd5d64151ad18947f5030599636c0564baa8d

Contents?: true

Size: 792 Bytes

Versions: 4

Compression:

Stored size: 792 Bytes

Contents

$.noty.layouts.bottom = {
    name     : 'bottom',
    options  : {},
    container: {
        object  : '<ul id="noty_bottom_layout_container" />',
        selector: 'ul#noty_bottom_layout_container',
        style   : function() {
            $(this).css({
                bottom       : 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 : ''
};

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
noty-rails-2.3.8 vendor/assets/javascripts/noty/layouts/bottom.js
noty-rails-2.3.7 vendor/assets/javascripts/noty/layouts/bottom.js
noty-rails-2.3.5 vendor/assets/javascripts/noty/layouts/bottom.js
noty-rails-2.3.4 vendor/assets/javascripts/noty/layouts/bottom.js