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/popup.reel/popup.css | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100755 node_modules/montage/ui/popup/popup.reel/popup.css (limited to 'node_modules/montage/ui/popup/popup.reel/popup.css') diff --git a/node_modules/montage/ui/popup/popup.reel/popup.css b/node_modules/montage/ui/popup/popup.reel/popup.css new file mode 100755 index 00000000..a0af52ba --- /dev/null +++ b/node_modules/montage/ui/popup/popup.reel/popup.css @@ -0,0 +1,70 @@ +/* + 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. +
*/ +/* these need to be moved to montage.css when that is created */ +.montage-hide { + display: none; +} +.clearfix:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; +} + + +.montage-off-left { + position: absolute; + top: 0px; + left: -10000px; +} + +.montage-popup-modal-mask { + position: fixed; + background-color: #000; + left: 0; + top: 0; + right: 0; + bottom: 0; + opacity: 0.8; + z-index: 9000; +} + +.montage-popup-container { + background-color: #fff; + border-radius: 5px; + border: 3px solid #000; + +} + +.montage-popup-noborder { + border: 0px; +} + +.montage-modal { + border: 3px solid #ccc; +} + +.montage-popup-container *:focus { + outline: none; +} + +.montage-popup-wrapper { + +} + +.montage-popup-header { + background-color: whitesmoke; + border-bottom: 1px solid #eee; + padding: 5px 15px; +} +.montage-popup-footer { + background-color: whitesmoke; + padding: 10px 15px; + border-top: 1px solid #ddd; + +} -- cgit v1.2.3