Sha256: f2ffe49eefe29c6474ed13904c63010990678efc85b505af09cdfd783d18256c

Contents?: true

Size: 550 Bytes

Versions: 10

Compression:

Stored size: 550 Bytes

Contents

;(function($) {

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

10 entries across 10 versions & 6 rubygems

Version Path
pwpush-0.1.0 app/assets/javascripts/layouts/top.js
noty-rails-2.1.0.1 vendor/assets/javascripts/noty/layouts/top.js
noty-rails-2.1.0 vendor/assets/javascripts/noty/layouts/top.js
el-finder-0.1.0 assets/noty/layouts/top.js
rear-0.2.0 assets/noty/layouts/top.js
ocp_registry-0.0.5.pre public/noty/js/layouts/top.js
ocp_registry-0.0.1.alpha public/noty/js/layouts/top.js
frontline-0.0.7 assets/noty/layouts/top.js
noty-rails-2.0.3.1 vendor/assets/javascripts/noty/layouts/top.js
noty-rails-2.0.3 vendor/assets/javascripts/noty/layouts/top.js