From 40e03e102c14a343efee1bdcf32d0d244e3f8344 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 13 Mar 2012 15:52:33 -0700 Subject: CSS Panel - Style updates for collapsing branches --- js/panels/css-panel/style.reel/style.css | 6 ++++++ js/panels/css-panel/style.reel/style.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'js/panels/css-panel/style.reel') diff --git a/js/panels/css-panel/style.reel/style.css b/js/panels/css-panel/style.reel/style.css index 7aa67e55..ebeefb91 100644 --- a/js/panels/css-panel/style.reel/style.css +++ b/js/panels/css-panel/style.reel/style.css @@ -4,6 +4,12 @@ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. */ +.style-item { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + .css-property, .css-value { border: 1px solid rgba(0,0,0,0); border-radius: 2px; diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html index bd911f34..f636ef6b 100644 --- a/js/panels/css-panel/style.reel/style.html +++ b/js/panels/css-panel/style.reel/style.html @@ -49,7 +49,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot -
+
-- cgit v1.2.3