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 --- .../modalDialogHeader.reel/modalDialogHeader.css | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.css (limited to 'js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.css') diff --git a/js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.css b/js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.css new file mode 100644 index 00000000..01205298 --- /dev/null +++ b/js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.css @@ -0,0 +1,30 @@ +/* + 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. +
*/ + +.modalDialogHeader{ + padding-bottom: 5px; + margin-bottom: 5px; +} + +.modalDialogHeader .separator{ + height: 4px; + width:auto; +} + +.close{ + float: right; + cursor: pointer; + position:relative; + top:-1.4em; + right:5px; + color: #8c8c8c; + font-weight:bold; +} + +.title{ + text-align: center; +} + -- cgit v1.2.3