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 --- .../text-properties.reel/text-properties.css | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 js/components/tools-properties/text-properties.reel/text-properties.css (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css') diff --git a/js/components/tools-properties/text-properties.reel/text-properties.css b/js/components/tools-properties/text-properties.reel/text-properties.css new file mode 100644 index 00000000..d581c6c3 --- /dev/null +++ b/js/components/tools-properties/text-properties.reel/text-properties.css @@ -0,0 +1,33 @@ +/* + 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. +
*/ + +.optionsTextTool { + display: -webkit-box; + -webkit-box-orient:horizontal; + -webkit-box-align: stretch; + padding: 5px; +} + + +.optionsTextTool > * { + -webkit-box-flex:0; +} + +.optionsTextTool .button { + width: auto; + +} + +.optionsTextTool .hottextunit { + padding-top:5px; +} + +.optionsTextTool .label, .optionsTextTool .hottextunit { + float:none; + font-size:11px; +} + + -- cgit v1.2.3