aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/token-field/token-field.reel/token-field.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 15:23:48 -0700
committerValerio Virgillito2012-05-16 15:23:48 -0700
commit13ae16997d4bbca14e255d5989d1c44a76eac72c (patch)
treed9ebb1dcc6bebee4cb910b950ecb67c1a2d593cd /node_modules/montage/ui/token-field/token-field.reel/token-field.css
parent99f16ae08fbb0a6dfe6008c9833f2253b18c19e5 (diff)
downloadninja-13ae16997d4bbca14e255d5989d1c44a76eac72c.tar.gz
montage v.0.10 integration
Signed-off-by: Valerio Virgillito <valerio@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.css40
1 files changed, 40 insertions, 0 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
new file mode 100644
index 00000000..38f0ae49
--- /dev/null
+++ b/node_modules/montage/ui/token-field/token-field.reel/token-field.css
@@ -0,0 +1,40 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6
7.montage-token-field {
8 background: white;
9 border: 1px solid #bdbdbd;
10 padding: 3px 5px;
11 cursor: text;
12}
13
14.montage-token-field .montage-token-list {
15 display: inline;
16}
17
18.montage-token-field input[type="text"].montage-token-autocomplete {
19 -webkit-appearance: none;
20 -moz-appearance: none;
21 border: none;
22 height: 13px;
23 margin: 3px 1px;
24 outline: 0;
25 -webkit-box-shadow: none;
26 -moz-box-shadow: none;
27 box-shadow: none;
28 width: 2px;
29}
30
31.montage-token-field input[type="text"].montage-token-autocomplete:focus {
32 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