aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/token-field/token-field.reel/token-field.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-20 15:16:30 -0700
committerArmen Kesablyan2012-06-20 15:16:30 -0700
commit65b989c7759af923fb9456d34bff89f91831ea1e (patch)
treee408be732a3eee71229bfc7dbf7cace998ce18de /node_modules/montage/ui/token-field/token-field.reel/token-field.css
parent38f571d1fdf02d36c3816637af7b2ca2493809da (diff)
parentfc818d31de267d2b77fda3b3029ad38d48698be8 (diff)
downloadninja-65b989c7759af923fb9456d34bff89f91831ea1e.tar.gz
Merge branch 'refs/heads/master' into binding
Conflicts: node_modules/montage/ui/application.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/token-field/token-field.reel/token-field.css')
-rw-r--r--node_modules/montage/ui/token-field/token-field.reel/token-field.css20
1 files changed, 7 insertions, 13 deletions
diff --git a/node_modules/montage/ui/token-field/token-field.reel/token-field.css b/node_modules/montage/ui/token-field/token-field.reel/token-field.css
index 38f0ae49..3ccedcf4 100644
--- a/node_modules/montage/ui/token-field/token-field.reel/token-field.css
+++ b/node_modules/montage/ui/token-field/token-field.reel/token-field.css
@@ -4,37 +4,31 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6 6
7.montage-token-field { 7.montage-tokenField {
8 background: white; 8 background: white;
9 border: 1px solid #bdbdbd; 9 border: 1px solid #bdbdbd;
10 padding: 3px 5px; 10 padding: 3px 5px;
11 border-radius: 3px;
11 cursor: text; 12 cursor: text;
12} 13}
13 14
14.montage-token-field .montage-token-list { 15.montage-tokenField-list {
15 display: inline; 16 display: inline;
16} 17}
17 18
18.montage-token-field input[type="text"].montage-token-autocomplete { 19.montage-tokenField-autocomplete.montage-inputText {
19 -webkit-appearance: none; 20 -webkit-appearance: none;
20 -moz-appearance: none; 21 -moz-appearance: none;
21 border: none; 22 border: none;
22 height: 13px; 23 height: 13px;
23 margin: 3px 1px; 24 margin: 3px 1px;
25 padding: 0;
24 outline: 0; 26 outline: 0;
25 -webkit-box-shadow: none; 27 vertical-align: middle;
26 -moz-box-shadow: none;
27 box-shadow: none; 28 box-shadow: none;
28 width: 2px; 29 width: 2px;
29} 30}
30 31
31.montage-token-field input[type="text"].montage-token-autocomplete:focus { 32.montage-tokenField-autocomplete:focus {
32 width: 80%; 33 width: 80%;
33}
34
35.montage-token-field .montage-autocomplete-wrapper {
36 display: inline-block;
37 overflow: hidden;
38 margin: 0px;
39 vertical-align: middle;
40} \ No newline at end of file 34} \ No newline at end of file