diff options
Diffstat (limited to 'js/panels/css-panel/style.reel')
-rw-r--r-- | js/panels/css-panel/style.reel/style.css | 6 | ||||
-rw-r--r-- | js/panels/css-panel/style.reel/style.html | 2 |
2 files changed, 7 insertions, 1 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; |
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 | |||
49 | </script> | 49 | </script> |
50 | </head> | 50 | </head> |
51 | <body> | 51 | <body> |
52 | <div id="container"> | 52 | <div id="container" class="style-item"> |
53 | <dt id="property" class="css-property"></dt> | 53 | <dt id="property" class="css-property"></dt> |
54 | <dd id="value" class="css-value"></dd> | 54 | <dd id="value" class="css-value"></dd> |
55 | </div> | 55 | </div> |