Sha256: d867be975488a7299b9dfa1a2c0490ff59abfe3ce7fc4f20db0c229bac08f164

Contents?: true

Size: 940 Bytes

Versions: 1

Compression:

Stored size: 940 Bytes

Contents

(function($) {

    $.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 : ''
    };

})(jQuery);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noty-rails-2.2.9 vendor/assets/javascripts/noty/layouts/bottom.js