From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/popup/notifier.reel/notifier.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 node_modules/montage/ui/popup/notifier.reel/notifier.css (limited to 'node_modules/montage/ui/popup/notifier.reel/notifier.css') diff --git a/node_modules/montage/ui/popup/notifier.reel/notifier.css b/node_modules/montage/ui/popup/notifier.reel/notifier.css new file mode 100755 index 00000000..fe44ed89 --- /dev/null +++ b/node_modules/montage/ui/popup/notifier.reel/notifier.css @@ -0,0 +1,15 @@ +/* + 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-notifier { + background-color: #333; /*#FFF1A8*/; + color: #fff; +} + +.montage-notifier .montage-notifier-msg { + padding: 10px 20px; + text-overflow: ellipsis; +} -- cgit v1.2.3