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 ++++++++++++++++++++ .../modalDialogHeader.reel/modalDialogHeader.html | 33 ++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.css create mode 100644 js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.html (limited to 'js/components/ui/modalDialog/modalDialogHeader.reel') 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; +} + diff --git a/js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.html b/js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.html new file mode 100644 index 00000000..fca3ed78 --- /dev/null +++ b/js/components/ui/modalDialog/modalDialogHeader.reel/modalDialogHeader.html @@ -0,0 +1,33 @@ + + + + + + + + + +
+
Header Title
+ x +
+
+ + \ No newline at end of file -- cgit v1.2.3