diff options
author | Felix Nagel <info@felixnagel.com> | 2012-11-12 23:07:57 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-11-12 23:07:57 +0100 |
commit | 0734314a44aea9c85c466b40b8a9698d4e91d3e7 (patch) | |
tree | 1dea41e584f62c4254cb62b469259394cfcb4d43 /themes | |
parent | 12fe28fefdcd9c70ef14d20bbb6eedc7ce8de6a2 (diff) | |
download | jquery-ui-0734314a44aea9c85c466b40b8a9698d4e91d3e7.tar.gz jquery-ui-0734314a44aea9c85c466b40b8a9698d4e91d3e7.zip |
Selectmenu: updated copyright notice
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.selectmenu.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/base/jquery.ui.selectmenu.css b/themes/base/jquery.ui.selectmenu.css index d92838962..bb9f6cd7a 100644 --- a/themes/base/jquery.ui.selectmenu.css +++ b/themes/base/jquery.ui.selectmenu.css @@ -1,13 +1,13 @@ /*! * jQuery UI Selectmenu @VERSION + * http://jqueryui.com * - * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Selectmenu#theming */ - .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 .ui-menu .ui-menu-item a { padding: 0.3em 1em 0.3em 1em; } |