fixing librejs on defectivebydesign.org
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules / civicrm / packages / jquery / css / token-input-facebook.css
1 /* Example tokeninput style #2: Facebook style */
2 ul.token-input-list-facebook {
3 overflow: hidden;
4 height: auto !important;
5 height: 1%;
6 width: 400px;
7 border: 1px solid #999999;
8 cursor: text;
9 font-size: 12px;
10 font-family: Verdana;
11 min-height: 1px;
12 z-index: 1004;
13 margin: 0;
14 padding: 0;
15 background-color: #fff;
16 list-style-type: none;
17 list-style-image: none;
18 clear: left;
19 }
20
21 ul.token-input-list-facebook li input {
22 border: 0 !important;
23 width: 100px;
24 padding: 3px 8px;
25 background-color: white;
26 margin: 2px 0;
27 }
28
29 li.token-input-token-facebook {
30 background: none;
31 overflow: hidden;
32 height: auto !important;
33 height: 15px;
34 margin: 3px;
35 padding: 1px 3px;
36 background-color: #3E3E3E;
37 color: #F5F6F1;
38 cursor: default;
39 border: 1px solid #3E3E3E;
40 font-size: 11px;
41 float: left;
42 white-space: nowrap;
43 }
44
45 li.token-input-token-facebook p {
46 display: inline;
47 padding: 0;
48 margin: 0;
49 }
50
51 li.token-input-token-facebook span {
52 color: #2786C2;
53 margin-left: 5px;
54 cursor: pointer;
55 }
56
57 li.token-input-selected-token-facebook {
58 background-color: #999999;
59 border: 1px solid #ebece4;
60 color: #fff;
61 }
62
63 li.token-input-input-token-facebook {
64 float: left;
65 margin: 0;
66 padding: 0;
67 }
68
69 div.token-input-dropdown-facebook {
70 position: absolute;
71 width: 200px;
72 background-color: #fff;
73 overflow: hidden;
74 border-left: 1px solid #3e3e3e;
75 border-right: 1px solid #3e3e3e;
76 border-bottom: 1px solid #3e3e3e;
77 cursor: default;
78 font-size: 11px;
79 font-family: Verdana;
80 z-index: 1003;
81 }
82
83 div.token-input-dropdown-facebook p {
84 margin: 0;
85 padding: 5px;
86 color: #3e3e3e;
87 }
88
89 div.token-input-dropdown-facebook ul {
90 background: none;
91 margin: 0;
92 padding: 0;
93 }
94
95 div.token-input-dropdown-facebook ul li {
96 background-color: #fff;
97 padding: 3px;
98 margin: 0;
99 background:none;
100 }
101
102 div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
103 background-color: #fff;
104 }
105
106 div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
107 background-color: #fff;
108 }
109
110 div.token-input-dropdown-facebook ul li em {
111 font-weight: bold;
112 font-style: none;
113 }
114
115 div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
116 background-color: #3E3E3E;
117 color: #fff;
118 }