Sha256: 086b2cc9c68c5a232f90157a5782766b54a20f58ba802dc12e5d94d53b5c35f9

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

/*!
 * jQuery UI Tooltip 1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*
 *= require jquery-ui-test/theme
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jquery-ui-rails-test-6.0.4 app/assets/stylesheets/jquery-ui-test/tooltip.css
jquery-ui-rails-test-6.0.3 app/assets/stylesheets/jquery-ui-test/tooltip.css