From 24b483db367291b72170f969de78efcb1a9b95bd Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 3 May 2012 22:53:07 -0700 Subject: integrating the latest montage version Signed-off-by: Valerio Virgillito --- .../ui/autocomplete/autocomplete.reel/autocomplete.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css (limited to 'node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.css') 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 @@ +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ + .montage-autocomplete { + padding-right: 20px; + } + .montage-autocomplete-loading { + background: url('loading.gif') no-repeat; + background-position: right; + } \ No newline at end of file -- cgit v1.2.3