Selectmenu: updated copyright notice

This commit is contained in:
Felix Nagel 2012-11-12 23:07:57 +01:00
parent 12fe28fefd
commit 0734314a44

View File

@ -1,13 +1,13 @@
/*! /*!
* jQuery UI Selectmenu @VERSION * jQuery UI Selectmenu @VERSION
* http://jqueryui.com
* *
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Copyright 2012 jQuery Foundation and other contributors
* Dual licensed under the MIT or GPL Version 2 licenses. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Selectmenu#theming * http://docs.jquery.com/UI/Selectmenu#theming
*/ */
.ui-selectmenu-menu { padding: 0; margin: 0; position:absolute; top: 0; display: none; } .ui-selectmenu-menu { padding: 0; margin: 0; position:absolute; top: 0; display: none; }
.ui-selectmenu-menu ul.ui-menu { overflow: auto; overflow-y: auto ; overflow-x: hidden; } .ui-selectmenu-menu ul.ui-menu { overflow: auto; overflow-y: auto ; overflow-x: hidden; }
.ui-selectmenu-menu .ui-menu .ui-menu-item a { padding: 0.3em 1em 0.3em 1em; } .ui-selectmenu-menu .ui-menu .ui-menu-item a { padding: 0.3em 1em 0.3em 1em; }