diff options
author | Eric Guzman | 2012-03-13 15:52:33 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-13 15:52:33 -0700 |
commit | 40e03e102c14a343efee1bdcf32d0d244e3f8344 (patch) | |
tree | 30061979dd9a766c61777d6f1d98f9c79d047886 /js/panels/css-panel/style.reel/style.css | |
parent | 4979ee361a11225f19b991810ca8d8c429a22620 (diff) | |
download | ninja-40e03e102c14a343efee1bdcf32d0d244e3f8344.tar.gz |
CSS Panel - Style updates for collapsing branches
Diffstat (limited to 'js/panels/css-panel/style.reel/style.css')
-rw-r--r-- | js/panels/css-panel/style.reel/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | .style-item { | ||
8 | overflow: hidden; | ||
9 | white-space: nowrap; | ||
10 | text-overflow: ellipsis; | ||
11 | } | ||
12 | |||
7 | .css-property, .css-value { | 13 | .css-property, .css-value { |
8 | border: 1px solid rgba(0,0,0,0); | 14 | border: 1px solid rgba(0,0,0,0); |
9 | border-radius: 2px; | 15 | border-radius: 2px; |