From 0734314a44aea9c85c466b40b8a9698d4e91d3e7 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Mon, 12 Nov 2012 23:07:57 +0100 Subject: [PATCH] Selectmenu: updated copyright notice --- themes/base/jquery.ui.selectmenu.css | 6 +++--- 1 file 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; }