aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 14:13:07 -0700
committerJonathan Duran2012-05-11 14:13:07 -0700
commit1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch)
tree2563aa7694c3caaf813ca71ef3250b2a76ee0041 /node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css
parent32257ac142f872d3c1f6c07504bae77ae884ed93 (diff)
parent6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff)
downloadninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz
Merge branch 'refs/heads/TimelineUber' into TimelineProps
Diffstat (limited to 'node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css')
-rw-r--r--node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css b/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css
new file mode 100644
index 00000000..972c41f5
--- /dev/null
+++ b/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css
@@ -0,0 +1,12 @@
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 .montage-autocomplete {
7 padding-right: 20px;
8 }
9 .montage-autocomplete-loading {
10 background: url('loading.gif') no-repeat;
11 background-position: right;
12 } \ No newline at end of file