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/confirm.reel/confirm.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 node_modules/montage/ui/popup/confirm.reel/confirm.css (limited to 'node_modules/montage/ui/popup/confirm.reel/confirm.css') diff --git a/node_modules/montage/ui/popup/confirm.reel/confirm.css b/node_modules/montage/ui/popup/confirm.reel/confirm.css new file mode 100755 index 00000000..8d326cce --- /dev/null +++ b/node_modules/montage/ui/popup/confirm.reel/confirm.css @@ -0,0 +1,17 @@ +/* + 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-confirm-dialog { + min-width: 300px; + } + .montage-confirm-dialog .montage-confirm-content { + font-size: 1.3em; + padding: 15px; + } + .montage-confirm-dialog .montage-confirm-actions { + float: right; + } + -- cgit v1.2.3