File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
55 * Dual licensed under the MIT or GPL Version 2 licenses.
66 * http://jquery.org/license
7+ *
8+ * http://docs.jquery.com/UI/Menu#theming
79 */
810.ui-menu {
911 list-style : none;
Original file line number Diff line number Diff line change 1- /* Spinner
2- ----------------------------------*/
1+ /*
2+ * jQuery UI Spinner @VERSION
3+ *
4+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5+ * Dual licensed under the MIT or GPL Version 2 licenses.
6+ * http://jquery.org/license
7+ *
8+ * http://docs.jquery.com/UI/Spinner#theming
9+ */
310.ui-spinner { position : relative; display : inline-block; overflow : hidden; padding : 0 ; vertical-align : middle; }
411.ui-spinner-input { border : none; background : none; padding : 0 ; margin : .2em 0 ; vertical-align : middle; margin-left : .4em ; margin-right : 22px ; }
512.ui-spinner-button { width : 16px ; height : 50% ; font-size : .5em ; padding : 0 ; margin : 0 ; z-index : 100 ; text-align : center; vertical-align : middle; position : absolute; cursor : default; display : block; overflow : hidden; right : 0 ; }
Original file line number Diff line number Diff line change 1- /* Tooltip
2- ----------------------------------*/
1+ /*
2+ * jQuery UI Tooltip @VERSION
3+ *
4+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5+ * Dual licensed under the MIT or GPL Version 2 licenses.
6+ * http://jquery.org/license
7+ *
8+ * http://docs.jquery.com/UI/Tooltip#theming
9+ */
310.ui-tooltip {
411 padding : 8px ;
512 position : absolute;
You can’t perform that action at this time.
0 commit comments