commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / bower_components / jquery-ui / themes / base / selectmenu.css
1 /*!
2 * jQuery UI Selectmenu 1.11.4
3 * http://jqueryui.com
4 *
5 * Copyright jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
8 *
9 * http://api.jqueryui.com/selectmenu/#theming
10 */
11 .ui-selectmenu-menu {
12 padding: 0;
13 margin: 0;
14 position: absolute;
15 top: 0;
16 left: 0;
17 display: none;
18 }
19 .ui-selectmenu-menu .ui-menu {
20 overflow: auto;
21 /* Support: IE7 */
22 overflow-x: hidden;
23 padding-bottom: 1px;
24 }
25 .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
26 font-size: 1em;
27 font-weight: bold;
28 line-height: 1.5;
29 padding: 2px 0.4em;
30 margin: 0.5em 0 0 0;
31 height: auto;
32 border: 0;
33 }
34 .ui-selectmenu-open {
35 display: block;
36 }
37 .ui-selectmenu-button {
38 display: inline-block;
39 overflow: hidden;
40 position: relative;
41 text-decoration: none;
42 cursor: pointer;
43 }
44 .ui-selectmenu-button span.ui-icon {
45 right: 0.5em;
46 left: auto;
47 margin-top: -8px;
48 position: absolute;
49 top: 50%;
50 }
51 .ui-selectmenu-button span.ui-selectmenu-text {
52 text-align: left;
53 padding: 0.4em 2.1em 0.4em 1em;
54 display: block;
55 line-height: 1.4;
56 overflow: hidden;
57 text-overflow: ellipsis;
58 white-space: nowrap;
59 }