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 --- .../ui/property-control.reel/property-control.css | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 js/components/ui/property-control.reel/property-control.css (limited to 'js/components/ui/property-control.reel/property-control.css') diff --git a/js/components/ui/property-control.reel/property-control.css b/js/components/ui/property-control.reel/property-control.css new file mode 100644 index 00000000..a2795226 --- /dev/null +++ b/js/components/ui/property-control.reel/property-control.css @@ -0,0 +1,27 @@ +/* + 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. +
*/ + +.propControl +{ + display:block; + width: 100%; +} + +.propControl .prop-label +{ + width:100px; + float:left; + clear:left; + text-align: right; + margin: 2px 10px 2px 0; +} + +.propControl .prop-controller +{ + width:200px; + float:left; + margin: 2px 0; +} \ No newline at end of file -- cgit v1.2.3